Translation
Transformers
ONNX
Safetensors
Spanish
Zapotec
m2m_100
text2text-generation
nllb
zapotec
diidxaza
low-resource
zai
Juchitan
translator
oaxaca
Machine
lora
facebook
finetuned
Instructions to use simpleverso/espzap-nllb-600m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simpleverso/espzap-nllb-600m with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="simpleverso/espzap-nllb-600m")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("simpleverso/espzap-nllb-600m") model = AutoModelForSeq2SeqLM.from_pretrained("simpleverso/espzap-nllb-600m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,14 @@ tags:
|
|
| 11 |
- diidxaza
|
| 12 |
- low-resource
|
| 13 |
- zai
|
| 14 |
-
- didxazapp
|
| 15 |
- Juchitan
|
| 16 |
- translator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model: facebook/nllb-200-distilled-600M
|
| 18 |
library_name: transformers
|
| 19 |
---
|
|
@@ -64,7 +69,7 @@ Trained on 18,452 unique parallel pairs.
|
|
| 64 |
| BLEU | 9.7 | 6.4 |
|
| 65 |
|
| 66 |
|
| 67 |
-
|
| 68 |
- Safetensor
|
| 69 |
- Onnx
|
| 70 |
|
|
|
|
| 11 |
- diidxaza
|
| 12 |
- low-resource
|
| 13 |
- zai
|
|
|
|
| 14 |
- Juchitan
|
| 15 |
- translator
|
| 16 |
+
- oaxaca
|
| 17 |
+
- Machine
|
| 18 |
+
- lora
|
| 19 |
+
- facebook
|
| 20 |
+
- finetuned
|
| 21 |
+
|
| 22 |
base_model: facebook/nllb-200-distilled-600M
|
| 23 |
library_name: transformers
|
| 24 |
---
|
|
|
|
| 69 |
| BLEU | 9.7 | 6.4 |
|
| 70 |
|
| 71 |
|
| 72 |
+
## Models output:
|
| 73 |
- Safetensor
|
| 74 |
- Onnx
|
| 75 |
|