Instructions to use heeeeeees/model-study with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use heeeeeees/model-study with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("heeeeeees/model-study", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ base_model:
|
|
| 7 |
datasets:
|
| 8 |
- Open-Orca/OpenOrca
|
| 9 |
pipeline_tag: text-classification
|
|
|
|
| 10 |
---
|
| 11 |
# Model Card for Model ID
|
| 12 |
|
|
|
|
| 7 |
datasets:
|
| 8 |
- Open-Orca/OpenOrca
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
+
library_name: flair
|
| 11 |
---
|
| 12 |
# Model Card for Model ID
|
| 13 |
|