Instructions to use osergondev/Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use osergondev/Test with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("osergondev/Test", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- FreedomIntelligence/medical-o1-reasoning-SFT
|
| 5 |
+
language:
|
| 6 |
+
- am
|
| 7 |
+
metrics:
|
| 8 |
+
- bleu
|
| 9 |
+
base_model:
|
| 10 |
+
- sesame/csm-1b
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
library_name: fasttext
|
| 13 |
+
---
|