Instructions to use Hamayoun/Zoni with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Hamayoun/Zoni with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Hamayoun/Zoni", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Humi
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
datasets:
|
| 4 |
+
- nvidia/OpenMathReasoning
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- ur
|
| 8 |
+
metrics:
|
| 9 |
+
- character
|
| 10 |
+
base_model:
|
| 11 |
+
- nvidia/parakeet-tdt-0.6b-v2
|
| 12 |
+
new_version: nvidia/parakeet-tdt-0.6b-v2
|
| 13 |
+
pipeline_tag: question-answering
|
| 14 |
+
library_name: fasttext
|
| 15 |
+
tags:
|
| 16 |
+
- chemistry
|
| 17 |
+
- biology
|
| 18 |
+
- music
|
| 19 |
+
- code
|
| 20 |
+
- not-for-all-audiences
|
| 21 |
+
---
|