Translation
Transformers
Safetensors
Spanish
Occitan (post 1500)
Aragonese
m2m_100
text2text-generation
low-resource
aranese
occitan
multilingual
NLLB
bloomz
WMT24
Eval Results (legacy)
Instructions to use jonathanmutal/WMT24-spanish-to-aranese-aragonese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonathanmutal/WMT24-spanish-to-aranese-aragonese 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="jonathanmutal/WMT24-spanish-to-aranese-aragonese")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("jonathanmutal/WMT24-spanish-to-aranese-aragonese") model = AutoModelForMultimodalLM.from_pretrained("jonathanmutal/WMT24-spanish-to-aranese-aragonese") - Notebooks
- Google Colab
- Kaggle
Does the model translate to Aragonese?
#1
by Juanpabl - opened