Update README.md
Browse files
README.md
CHANGED
@@ -238,6 +238,9 @@ metrics:
|
|
238 |
- spbleu
|
239 |
- chrf++
|
240 |
inference: false
|
|
|
|
|
|
|
241 |
---
|
242 |
|
243 |
# NLLB-200
|
@@ -288,7 +291,7 @@ SentencePiece model is released along with NLLB-200.
|
|
288 |
- `python`
|
289 |
```
|
290 |
import huggingface_hub
|
291 |
-
huggingface_hub.download_snapshot('
|
292 |
```
|
293 |
|
294 |
## How to run this model
|
@@ -347,4 +350,4 @@ taq_Latn, taq_Tfng, tpi_Latn, tsn_Latn, tso_Latn, tuk_Latn, tum_Latn,
|
|
347 |
tur_Latn, twi_Latn, tzm_Tfng, uig_Arab, ukr_Cyrl, umb_Latn, urd_Arab,
|
348 |
uzn_Latn, vec_Latn, vie_Latn, war_Latn, wol_Latn, xho_Latn, ydd_Hebr,
|
349 |
yor_Latn, yue_Hant, zho_Hans, zho_Hant, zul_Latn
|
350 |
-
```
|
|
|
238 |
- spbleu
|
239 |
- chrf++
|
240 |
inference: false
|
241 |
+
base_model:
|
242 |
+
- facebook/nllb-200-3.3B
|
243 |
+
pipeline_tag: translation
|
244 |
---
|
245 |
|
246 |
# NLLB-200
|
|
|
291 |
- `python`
|
292 |
```
|
293 |
import huggingface_hub
|
294 |
+
huggingface_hub.download_snapshot('entai2965/nllb-300-3.3B-ctranslate2',local_dir='nllb-300-3.3B-ctranslate2')
|
295 |
```
|
296 |
|
297 |
## How to run this model
|
|
|
350 |
tur_Latn, twi_Latn, tzm_Tfng, uig_Arab, ukr_Cyrl, umb_Latn, urd_Arab,
|
351 |
uzn_Latn, vec_Latn, vie_Latn, war_Latn, wol_Latn, xho_Latn, ydd_Hebr,
|
352 |
yor_Latn, yue_Hant, zho_Hans, zho_Hant, zul_Latn
|
353 |
+
```
|