Improve model card with pipeline tag
Browse filesThis PR adds the `pipeline_tag: translation` to the model card metadata. This will improve the model's discoverability on the Hugging Face Hub, making it easier for users searching for translation models to find it.
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- cs
|
| 5 |
- pl
|
|
@@ -7,6 +6,7 @@ language:
|
|
| 7 |
- sl
|
| 8 |
- en
|
| 9 |
library_name: transformers
|
|
|
|
| 10 |
tags:
|
| 11 |
- translation
|
| 12 |
- mt
|
|
@@ -16,6 +16,7 @@ tags:
|
|
| 16 |
- multilingual
|
| 17 |
- allegro
|
| 18 |
- laniqo
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# MultiSlav BiDi Models
|
|
@@ -221,19 +222,19 @@ The table below compares performance of the open-source models and all applicabl
|
|
| 221 |
Metric used: Unbabel/wmt22-comet-da.
|
| 222 |
|
| 223 |
| **Direction** | **CES β ENG** | **CES β POL** | **CES β SLK** | **CES β SLV** | **ENG β CES** | **ENG β POL** | **ENG β SLK** | **ENG β SLV** | **POL β CES** | **POL β ENG** | **POL β SLK** | **POL β SLV** | **SLK β CES** | **SLK β ENG** | **SLK β POL** | **SLK β SLV** | **SLV β CES** | **SLV β ENG** | **SLV β POL** | **SLV β SLK** |
|
| 224 |
-
|----------------------------------------------------|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|
|
| 225 |
| **M2M-100** | 87.0 | 89.0 | 92.1 | 89.7 | 88.6 | 86.4 | 88.4 | 87.3 | 89.6 | 84.6 | 89.4 | 88.4 | 92.7 | 86.8 | 89.1 | 89.6 | 90.3 | 86.4 | 88.7 | 90.1 |
|
| 226 |
-
| **NLLB-200** | 88.1 | 88.9 | 91.2 | 88.6 | 90.4 |
|
| 227 |
-
| **Seamless-M4T** | 87.5 | 80.9 | 90.8 | 82.0 |
|
| 228 |
-
| **OPUS-MT Sla-Sla** |
|
| 229 |
-
| **OPUS-MT SK-EN** | - | - | - | - | - | - | 89.5 | - | - | - | - | - | - |
|
| 230 |
| _Our contributions:_ | | | | | | | | | | | | | | | | | | | | |
|
| 231 |
| **BiDi Models**<span style="color:green;">*</span> | 87.5 | 89.4 | 92.4 | 89.8 | 87.8 | 86.2 | 87.2 | 86.6 | 90.0 | 85.0 | 89.1 | 88.4 | 92.9 | 87.3 | 88.8 | 89.4 | 90.0 | 86.9 | 88.1 | 89.1 |
|
| 232 |
| **P4-pol**<span style="color:red;">β</span> | - | 89.6 | 90.8 | 88.7 | - | - | - | - | 90.2 | - | 89.8 | 88.7 | 91.0 | - | 89.3 | 88.4 | 89.3 | - | 88.7 | 88.5 |
|
| 233 |
| **P5-eng**<span style="color:red;">β</span> | 88.0 | 89.0 | 90.7 | 89.0 | 88.8 | 87.3 | 88.4 | 87.5 | 89.0 | 85.7 | 88.5 | 87.8 | 91.0 | 88.2 | 88.6 | 88.5 | 89.6 | 87.2 | 88.4 | 88.9 |
|
| 234 |
-
| **P5-ces**<span style="color:red;">β</span> | 87.9 | 89.6 |
|
| 235 |
-
| **MultiSlav-4slav** | - | 89.7 |
|
| 236 |
-
| **MultiSlav-5lang** | 87.8 |
|
| 237 |
|
| 238 |
<span style="color:red;">β</span> system of 2 models *Many2XXX* and *XXX2Many*, see [P5-ces2many](https://huggingface.co/allegro/p5-ces2many)
|
| 239 |
|
|
@@ -260,4 +261,4 @@ Authors:
|
|
| 260 |
|
| 261 |
Please don't hesitate to contact authors if you have any questions or suggestions:
|
| 262 |
- e-mail: artur.kot@allegro.com or mikolaj.koszowski@allegro.com
|
| 263 |
-
- LinkedIn: [Artur Kot](https://linkedin.com/in/arturkot) or [MikoΕaj Koszowski](https://linkedin.com/in/mkoszowski)
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- cs
|
| 4 |
- pl
|
|
|
|
| 6 |
- sl
|
| 7 |
- en
|
| 8 |
library_name: transformers
|
| 9 |
+
license: cc-by-4.0
|
| 10 |
tags:
|
| 11 |
- translation
|
| 12 |
- mt
|
|
|
|
| 16 |
- multilingual
|
| 17 |
- allegro
|
| 18 |
- laniqo
|
| 19 |
+
pipeline_tag: translation
|
| 20 |
---
|
| 21 |
|
| 22 |
# MultiSlav BiDi Models
|
|
|
|
| 222 |
Metric used: Unbabel/wmt22-comet-da.
|
| 223 |
|
| 224 |
| **Direction** | **CES β ENG** | **CES β POL** | **CES β SLK** | **CES β SLV** | **ENG β CES** | **ENG β POL** | **ENG β SLK** | **ENG β SLV** | **POL β CES** | **POL β ENG** | **POL β SLK** | **POL β SLV** | **SLK β CES** | **SLK β ENG** | **SLK β POL** | **SLK β SLV** | **SLV β CES** | **SLV β ENG** | **SLV β POL** | **SLV β SLK** |
|
| 225 |
+
|----------------------------------------------------|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|--------------:|
|
| 226 |
| **M2M-100** | 87.0 | 89.0 | 92.1 | 89.7 | 88.6 | 86.4 | 88.4 | 87.3 | 89.6 | 84.6 | 89.4 | 88.4 | 92.7 | 86.8 | 89.1 | 89.6 | 90.3 | 86.4 | 88.7 | 90.1 |
|
| 227 |
+
| **NLLB-200** | 88.1 | 88.9 | 91.2 | 88.6 | 90.4 | 88.5 | 90.1 | 88.8 | 89.4 | 85.8 | 88.9 | 87.7 | 91.8 | 88.2 | 88.9 | 88.8 | 90.0 | 87.5 | 88.6 | 89.4 |
|
| 228 |
+
| **Seamless-M4T** | 87.5 | 80.9 | 90.8 | 82.0 | 90.7 | 88.5 | 90.6 | 89.6 | 79.6 | 85.4 | 80.0 | 76.4 | 91.5 | 87.2 | 81.2 | 82.9 | 80.9 | 87.3 | 76.7 | 81.0 |
|
| 229 |
+
| **OPUS-MT Sla-Sla** | 88.2 | 82.8 | - | 83.4 | 89.1 | 85.6 | - | 84.5 | 82.9 | 82.2 | - | 81.2 | - | - | - | - | 83.5 | 84.1 | 80.8 | - |
|
| 230 |
+
| **OPUS-MT SK-EN** | - | - | - | - | - | - | 89.5 | - | - | - | - | - | - | 88.4 | - | - | - | - | - | - |
|
| 231 |
| _Our contributions:_ | | | | | | | | | | | | | | | | | | | | |
|
| 232 |
| **BiDi Models**<span style="color:green;">*</span> | 87.5 | 89.4 | 92.4 | 89.8 | 87.8 | 86.2 | 87.2 | 86.6 | 90.0 | 85.0 | 89.1 | 88.4 | 92.9 | 87.3 | 88.8 | 89.4 | 90.0 | 86.9 | 88.1 | 89.1 |
|
| 233 |
| **P4-pol**<span style="color:red;">β</span> | - | 89.6 | 90.8 | 88.7 | - | - | - | - | 90.2 | - | 89.8 | 88.7 | 91.0 | - | 89.3 | 88.4 | 89.3 | - | 88.7 | 88.5 |
|
| 234 |
| **P5-eng**<span style="color:red;">β</span> | 88.0 | 89.0 | 90.7 | 89.0 | 88.8 | 87.3 | 88.4 | 87.5 | 89.0 | 85.7 | 88.5 | 87.8 | 91.0 | 88.2 | 88.6 | 88.5 | 89.6 | 87.2 | 88.4 | 88.9 |
|
| 235 |
+
| **P5-ces**<span style="color:red;">β</span> | 87.9 | 89.6 | 92.5 | 89.9 | 88.4 | 85.0 | 87.9 | 85.9 | 90.3 | 84.5 | 89.5 | 88.0 | 93.0 | 87.8 | 89.4 | 89.8 | 90.3 | 85.7 | 87.9 | 89.8 |
|
| 236 |
+
| **MultiSlav-4slav** | - | 89.7 | 92.5 | 90.0 | - | - | - | - | 90.2 | - | 89.6 | 88.7 | 92.9 | - | 89.4 | 90.1 | 90.6 | - | 88.9 | 90.2 |
|
| 237 |
+
| **MultiSlav-5lang** | 87.8 | 89.8 | 92.5 | 90.1 | 88.9 | 86.9 | 88.0 | 87.3 | 90.4 | 85.4 | 89.8 | 88.9 | 92.9 | 87.8 | 89.6 | 90.2 | 90.6 | 87.0 | 89.2 | 90.2 |
|
| 238 |
|
| 239 |
<span style="color:red;">β</span> system of 2 models *Many2XXX* and *XXX2Many*, see [P5-ces2many](https://huggingface.co/allegro/p5-ces2many)
|
| 240 |
|
|
|
|
| 261 |
|
| 262 |
Please don't hesitate to contact authors if you have any questions or suggestions:
|
| 263 |
- e-mail: artur.kot@allegro.com or mikolaj.koszowski@allegro.com
|
| 264 |
+
- LinkedIn: [Artur Kot](https://linkedin.com/in/arturkot) or [MikoΕaj Koszowski](https://linkedin.com/in/mkoszowski)
|