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
- Xet hash:
- e100a5ecb6084134acb4de4ad5a9564f8f6592b088907b1e56be39ee0847bfe0
- Size of remote file:
- 32.2 MB
- SHA256:
- dec8e52536f6c1efcbe85b688b7f5ab3de1840c270bb6d57c4e8b8cfc36a01f4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.