Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc
Eval Results (legacy)
Instructions to use Helsinki-NLP/opus-mt-tc-big-zle-fr 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-fr 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-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-big-zle-fr") model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-big-zle-fr") - Notebooks
- Google Colab
- Kaggle
Commit ·
6a234a4
1
Parent(s): adeb96b
Add `opus-mt-tc` tag (#1)
Browse files- Add `opus-mt-tc` tag (4e23d98477be1120a4348aa710ca8dc6fc59ee02)
README.md
CHANGED
|
@@ -5,10 +5,9 @@ language:
|
|
| 5 |
- ru
|
| 6 |
- uk
|
| 7 |
- zle
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
- translation
|
| 11 |
-
|
| 12 |
license: cc-by-4.0
|
| 13 |
model-index:
|
| 14 |
- name: opus-mt-tc-big-zle-fr
|
|
@@ -22,9 +21,9 @@ model-index:
|
|
| 22 |
type: tatoeba_mt
|
| 23 |
args: bel-fra
|
| 24 |
metrics:
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
- task:
|
| 29 |
name: Translation multi-fra
|
| 30 |
type: translation
|
|
@@ -34,9 +33,9 @@ model-index:
|
|
| 34 |
type: tatoeba_mt
|
| 35 |
args: multi-fra
|
| 36 |
metrics:
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
- task:
|
| 41 |
name: Translation rus-fra
|
| 42 |
type: translation
|
|
@@ -46,9 +45,9 @@ model-index:
|
|
| 46 |
type: tatoeba_mt
|
| 47 |
args: rus-fra
|
| 48 |
metrics:
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
- task:
|
| 53 |
name: Translation ukr-fra
|
| 54 |
type: translation
|
|
@@ -58,9 +57,9 @@ model-index:
|
|
| 58 |
type: tatoeba_mt
|
| 59 |
args: ukr-fra
|
| 60 |
metrics:
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
- task:
|
| 65 |
name: Translation rus-fra
|
| 66 |
type: translation
|
|
@@ -70,9 +69,9 @@ model-index:
|
|
| 70 |
type: wmt-2012-news
|
| 71 |
args: rus-fra
|
| 72 |
metrics:
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
- task:
|
| 77 |
name: Translation rus-fra
|
| 78 |
type: translation
|
|
@@ -82,9 +81,9 @@ model-index:
|
|
| 82 |
type: wmt-2013-news
|
| 83 |
args: rus-fra
|
| 84 |
metrics:
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
---
|
| 89 |
# opus-mt-tc-big-zle-fr
|
| 90 |
|
|
|
|
| 5 |
- ru
|
| 6 |
- uk
|
| 7 |
- zle
|
|
|
|
| 8 |
tags:
|
| 9 |
- translation
|
| 10 |
+
- opus-mt-tc
|
| 11 |
license: cc-by-4.0
|
| 12 |
model-index:
|
| 13 |
- name: opus-mt-tc-big-zle-fr
|
|
|
|
| 21 |
type: tatoeba_mt
|
| 22 |
args: bel-fra
|
| 23 |
metrics:
|
| 24 |
+
- name: BLEU
|
| 25 |
+
type: bleu
|
| 26 |
+
value: 46.4
|
| 27 |
- task:
|
| 28 |
name: Translation multi-fra
|
| 29 |
type: translation
|
|
|
|
| 33 |
type: tatoeba_mt
|
| 34 |
args: multi-fra
|
| 35 |
metrics:
|
| 36 |
+
- name: BLEU
|
| 37 |
+
type: bleu
|
| 38 |
+
value: 52.4
|
| 39 |
- task:
|
| 40 |
name: Translation rus-fra
|
| 41 |
type: translation
|
|
|
|
| 45 |
type: tatoeba_mt
|
| 46 |
args: rus-fra
|
| 47 |
metrics:
|
| 48 |
+
- name: BLEU
|
| 49 |
+
type: bleu
|
| 50 |
+
value: 51.8
|
| 51 |
- task:
|
| 52 |
name: Translation ukr-fra
|
| 53 |
type: translation
|
|
|
|
| 57 |
type: tatoeba_mt
|
| 58 |
args: ukr-fra
|
| 59 |
metrics:
|
| 60 |
+
- name: BLEU
|
| 61 |
+
type: bleu
|
| 62 |
+
value: 50.7
|
| 63 |
- task:
|
| 64 |
name: Translation rus-fra
|
| 65 |
type: translation
|
|
|
|
| 69 |
type: wmt-2012-news
|
| 70 |
args: rus-fra
|
| 71 |
metrics:
|
| 72 |
+
- name: BLEU
|
| 73 |
+
type: bleu
|
| 74 |
+
value: 25.3
|
| 75 |
- task:
|
| 76 |
name: Translation rus-fra
|
| 77 |
type: translation
|
|
|
|
| 81 |
type: wmt-2013-news
|
| 82 |
args: rus-fra
|
| 83 |
metrics:
|
| 84 |
+
- name: BLEU
|
| 85 |
+
type: bleu
|
| 86 |
+
value: 29.7
|
| 87 |
---
|
| 88 |
# opus-mt-tc-big-zle-fr
|
| 89 |
|