Translation
Transformers
PyTorch
TensorFlow
marian
text2text-generation
opus-mt-tc
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-big-itc-bat 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-itc-bat 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-itc-bat")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-big-itc-bat") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-big-itc-bat") - Notebooks
- Google Colab
- Kaggle
| cat-lav flores101-dev 0.52454 22.7 997 21381 | |
| cat-lit flores101-dev 0.52207 19.8 997 20018 | |
| fra-lav flores101-dev 0.53568 23.8 997 21381 | |
| fra-lit flores101-dev 0.52626 19.9 997 20018 | |
| glg-lav flores101-dev 0.51512 21.8 997 21381 | |
| glg-lit flores101-dev 0.50835 18.4 997 20018 | |
| ita-lav flores101-dev 0.50738 19.8 997 21381 | |
| ita-lit flores101-dev 0.50648 17.3 997 20018 | |
| por-lav flores101-dev 0.53692 24.6 997 21381 | |
| por-lit flores101-dev 0.52679 20.0 997 20018 | |
| spa-lav flores101-dev 0.48691 17.9 997 21381 | |
| spa-lit flores101-dev 0.48981 15.7 997 20018 | |
| cat-lav flores101-devtest 0.52215 21.9 1012 22092 | |
| cat-lit flores101-devtest 0.52380 20.2 1012 20695 | |
| fra-lav flores101-devtest 0.53390 23.0 1012 22092 | |
| fra-lit flores101-devtest 0.53595 21.1 1012 20695 | |
| glg-lav flores101-devtest 0.51043 20.7 1012 22092 | |
| glg-lit flores101-devtest 0.51854 19.9 1012 20695 | |
| ita-lav flores101-devtest 0.51065 19.6 1012 22092 | |
| ita-lit flores101-devtest 0.51309 17.4 1012 20695 | |
| por-lav flores101-devtest 0.53493 22.9 1012 22092 | |
| por-lit flores101-devtest 0.53821 21.8 1012 20695 | |
| spa-lav flores101-devtest 0.49290 17.4 1012 22092 | |
| spa-lit flores101-devtest 0.49836 16.2 1012 20695 | |
| spa-lit tatoeba-test-v2020-07-28 0.68681 45.7 452 2341 | |
| ita-lit tatoeba-test-v2021-03-30 0.67797 41.2 225 1327 | |
| spa-lit tatoeba-test-v2021-03-30 0.68862 45.8 457 2364 | |
| ita-lit tatoeba-test-v2021-08-07 0.67640 40.9 224 1321 | |
| spa-lit tatoeba-test-v2021-08-07 0.68805 45.9 454 2352 | |