Instructions to use Helsinki-NLP/opus-mt-mul-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Helsinki-NLP/opus-mt-mul-en 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="Helsinki-NLP/opus-mt-mul-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-mul-en") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-mul-en") - Inference
- Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#14 opened about 1 year ago
by
SFconvertbot
Should language token be mentioned with the input text ?
#13 opened over 1 year ago
by
arvariable
Update README.md
#12 opened almost 2 years ago
by
VelvetNova
Issue in Translation arabic numbers
#11 opened almost 2 years ago
by
alaatiger989
Adding `safetensors` variant of this model
#10 opened about 2 years ago
by
Jona6tc
Adding `safetensors` variant of this model
#9 opened about 2 years ago
by
Jona6tc
Adding `safetensors` variant of this model
#8 opened about 2 years ago
by
Jona6tc
Error during inference
1
#6 opened almost 3 years ago
by
alvations
Adding `safetensors` variant of this model
#5 opened almost 3 years ago
by
SFconvertbot
special tokens for source languge
#4 opened about 3 years ago
by
leminda-ai
Adding `safetensors` variant of this model
#3 opened about 3 years ago
by
SFconvertbot
Difference between opus-mt-mul-en and opus-mt-XX-en
#2 opened over 3 years ago
by
almon
Add multilingual to the language tag
#1 opened over 3 years ago
by
lbourdois