Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-big-zle-pt 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-zle-pt 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-zle-pt")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-big-zle-pt") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-big-zle-pt") - Notebooks
- Google Colab
- Kaggle
Commit ·
af6ba1d
1
Parent(s): b2796d2
Add `opus-mt-tc` tag (#1)
Browse files- Add `opus-mt-tc` tag (a7881d36924493cd4f55fc775e65ac36412df012)
README.md
CHANGED
|
@@ -4,10 +4,9 @@ language:
|
|
| 4 |
- ru
|
| 5 |
- uk
|
| 6 |
- zle
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
- translation
|
| 10 |
-
|
| 11 |
license: cc-by-4.0
|
| 12 |
model-index:
|
| 13 |
- name: opus-mt-tc-big-zle-pt
|
|
@@ -21,9 +20,9 @@ model-index:
|
|
| 21 |
type: flores_101
|
| 22 |
args: rus por devtest
|
| 23 |
metrics:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
- task:
|
| 28 |
name: Translation ukr-por
|
| 29 |
type: translation
|
|
@@ -33,9 +32,9 @@ model-index:
|
|
| 33 |
type: flores_101
|
| 34 |
args: ukr por devtest
|
| 35 |
metrics:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
- task:
|
| 40 |
name: Translation rus-por
|
| 41 |
type: translation
|
|
@@ -45,9 +44,9 @@ model-index:
|
|
| 45 |
type: tatoeba_mt
|
| 46 |
args: rus-por
|
| 47 |
metrics:
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
- task:
|
| 52 |
name: Translation ukr-por
|
| 53 |
type: translation
|
|
@@ -57,9 +56,9 @@ model-index:
|
|
| 57 |
type: tatoeba_mt
|
| 58 |
args: ukr-por
|
| 59 |
metrics:
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
---
|
| 64 |
# opus-mt-tc-big-zle-pt
|
| 65 |
|
|
|
|
| 4 |
- ru
|
| 5 |
- uk
|
| 6 |
- zle
|
|
|
|
| 7 |
tags:
|
| 8 |
- translation
|
| 9 |
+
- opus-mt-tc
|
| 10 |
license: cc-by-4.0
|
| 11 |
model-index:
|
| 12 |
- name: opus-mt-tc-big-zle-pt
|
|
|
|
| 20 |
type: flores_101
|
| 21 |
args: rus por devtest
|
| 22 |
metrics:
|
| 23 |
+
- name: BLEU
|
| 24 |
+
type: bleu
|
| 25 |
+
value: 31.9
|
| 26 |
- task:
|
| 27 |
name: Translation ukr-por
|
| 28 |
type: translation
|
|
|
|
| 32 |
type: flores_101
|
| 33 |
args: ukr por devtest
|
| 34 |
metrics:
|
| 35 |
+
- name: BLEU
|
| 36 |
+
type: bleu
|
| 37 |
+
value: 33.6
|
| 38 |
- task:
|
| 39 |
name: Translation rus-por
|
| 40 |
type: translation
|
|
|
|
| 44 |
type: tatoeba_mt
|
| 45 |
args: rus-por
|
| 46 |
metrics:
|
| 47 |
+
- name: BLEU
|
| 48 |
+
type: bleu
|
| 49 |
+
value: 42.8
|
| 50 |
- task:
|
| 51 |
name: Translation ukr-por
|
| 52 |
type: translation
|
|
|
|
| 56 |
type: tatoeba_mt
|
| 57 |
args: ukr-por
|
| 58 |
metrics:
|
| 59 |
+
- name: BLEU
|
| 60 |
+
type: bleu
|
| 61 |
+
value: 45.2
|
| 62 |
---
|
| 63 |
# opus-mt-tc-big-zle-pt
|
| 64 |
|