Instructions to use Luke-Bergen/Mineral-Nano-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Luke-Bergen/Mineral-Nano-1 with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Luke-Bergen/Mineral-Nano-1", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ base_model:
|
|
| 9 |
- tencent/HunyuanImage-3.0
|
| 10 |
- zai-org/GLM-4.6
|
| 11 |
new_version: PaddlePaddle/PaddleOCR-VL
|
| 12 |
-
pipeline_tag: text-
|
| 13 |
library_name: fasttext
|
| 14 |
tags:
|
| 15 |
- agent
|
|
|
|
| 9 |
- tencent/HunyuanImage-3.0
|
| 10 |
- zai-org/GLM-4.6
|
| 11 |
new_version: PaddlePaddle/PaddleOCR-VL
|
| 12 |
+
pipeline_tag: text-to-image
|
| 13 |
library_name: fasttext
|
| 14 |
tags:
|
| 15 |
- agent
|