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:
- 51687189e286bc9028aeb80d402b75bf97cdbd55a44328b5d72a2978487eff96
- Size of remote file:
- 2.46 GB
- SHA256:
- 47d701714dacd454236f138687901a85d1eb4c4839d997adf28ec328b4d66e41
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.