Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-big-cel-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Helsinki-NLP/opus-mt-tc-big-cel-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-tc-big-cel-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-big-cel-en") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-big-cel-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| cym-eng flores101-dev 0.72244 51.7 997 23555 | |
| gle-eng flores101-dev 0.65792 39.8 997 23555 | |
| cym-eng flores101-devtest 0.71379 50.2 1012 24721 | |
| gle-eng flores101-devtest 0.63946 37.4 1012 24721 | |
| bre-eng tatoeba-test-v2020-07-28 0.53712 36.1 383 2065 | |
| cor-eng tatoeba-test-v2020-07-28 0.15293 2.5 3198 16829 | |
| cym-eng tatoeba-test-v2020-07-28 0.69239 53.6 818 5563 | |
| gla-eng tatoeba-test-v2020-07-28 0.26426 11.6 917 6366 | |
| gle-eng tatoeba-test-v2020-07-28 0.72153 57.8 1924 11247 | |
| bre-eng tatoeba-test-v2021-03-30 0.53335 36.0 385 2091 | |
| cor-eng tatoeba-test-v2021-03-30 0.15293 2.5 3198 16829 | |
| cym-eng tatoeba-test-v2021-03-30 0.69434 53.9 840 5731 | |
| gla-eng tatoeba-test-v2021-03-30 0.26507 11.7 957 6628 | |
| gle-eng tatoeba-test-v2021-03-30 0.72153 57.8 1924 11247 | |
| bre-eng tatoeba-test-v2021-08-07 0.53712 36.1 383 2065 | |
| cor-eng tatoeba-test-v2021-08-07 0.15293 2.5 3198 16829 | |
| cym-eng tatoeba-test-v2021-08-07 0.69239 53.6 818 5563 | |
| gla-eng tatoeba-test-v2021-08-07 0.26501 11.7 955 6611 | |
| gle-eng tatoeba-test-v2021-08-07 0.72087 57.7 1913 11190 | |