Instructions to use utter-project/hutter-12-3rd-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use utter-project/hutter-12-3rd-base with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "utter-project/hutter-12-3rd-base" ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- mozilla-foundation/common_voice_11_0
|
| 5 |
+
language:
|
| 6 |
+
- fr
|
| 7 |
+
- es
|
| 8 |
+
- pt
|
| 9 |
+
- da
|
| 10 |
+
- de
|
| 11 |
+
- nl
|
| 12 |
+
- fy
|
| 13 |
+
- zh
|
| 14 |
+
- ja
|
| 15 |
+
- ar
|
| 16 |
+
- sw
|
| 17 |
+
- gn
|
| 18 |
+
library_name: fairseq
|
| 19 |
+
---
|