nielsr HF Staff commited on
Commit
807f571
·
verified ·
1 Parent(s): cdcdefa

Add pipeline tag and paper link

Browse files

This PR adds the missing `pipeline_tag: translation` to the model card metadata. This will ensure the model is correctly categorized and discoverable through the Hugging Face pipeline search.
This PR also adds the link to the paper.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: cc-by-4.0
3
  language:
4
  - cs
5
  - pl
6
  - sk
7
  - sl
8
  library_name: transformers
 
 
9
  tags:
10
  - translation
11
  - mt
@@ -30,6 +31,8 @@ ___MultiSlav-4slav___ is an Encoder-Decoder vanilla transformer model trained on
30
  Model is supporting translation between 4 languages: Czech, Polish, Slovak, Slovene.
31
  This model is part of the [___MultiSlav___ collection](https://huggingface.co/collections/allegro/multislav-6793d6b6419e5963e759a683). More information will be available soon in our upcoming MultiSlav paper.
32
 
 
 
33
  Experiments were conducted under research project by [Machine Learning Research](https://ml.allegro.tech/) lab for [Allegro.com](https://ml.allegro.tech/).
34
  Big thanks to [laniqo.com](laniqo.com) for cooperation in the research.
35
 
@@ -218,7 +221,7 @@ Evaluation of the models was performed on [Flores200](https://huggingface.co/dat
218
  The table below compares performance of the open-source models and all applicable models from our collection.
219
  Metrics BLEU, ChrF2, and Unbabel/wmt22-comet-da.
220
 
221
- Translation results on translation from Polish to Czech (Slavic direction with the __highest__ data-regime):
222
 
223
  | **Model** | **Comet22** | **BLEU** | **ChrF** | **Model Size** |
224
  |-----------------------------------------------------------|:-----------:|:--------:|:--------:|---------------:|
@@ -232,7 +235,7 @@ Translation results on translation from Polish to Czech (Slavic direction with t
232
  | ___MultiSlav-4slav___ <span style="color:green;">*</span> | 90.2 | 20.6 | 48.7 | 242M |
233
  | MultiSlav-5lang | __90.4__ | __20.7__ | __48.9__ | 258M |
234
 
235
- Translation results on translation from Slovak to Slovene (Slavic direction with the __lowest__ data-regime):
236
 
237
  | **Model** | **Comet22** | **BLEU** | **ChrF** | **Model Size** |
238
  |-----------------------------------------------------------|:-----------:|:--------:|:--------:|---------------:|
 
1
  ---
 
2
  language:
3
  - cs
4
  - pl
5
  - sk
6
  - sl
7
  library_name: transformers
8
+ license: cc-by-4.0
9
+ pipeline_tag: translation
10
  tags:
11
  - translation
12
  - mt
 
31
  Model is supporting translation between 4 languages: Czech, Polish, Slovak, Slovene.
32
  This model is part of the [___MultiSlav___ collection](https://huggingface.co/collections/allegro/multislav-6793d6b6419e5963e759a683). More information will be available soon in our upcoming MultiSlav paper.
33
 
34
+ Paper: [](https://hf.co/papers/2502.14509)
35
+
36
  Experiments were conducted under research project by [Machine Learning Research](https://ml.allegro.tech/) lab for [Allegro.com](https://ml.allegro.tech/).
37
  Big thanks to [laniqo.com](laniqo.com) for cooperation in the research.
38
 
 
221
  The table below compares performance of the open-source models and all applicable models from our collection.
222
  Metrics BLEU, ChrF2, and Unbabel/wmt22-comet-da.
223
 
224
+ Translation results on translation from Polish to Czech (Slavic direction with the __highest__ data-regime):\
225
 
226
  | **Model** | **Comet22** | **BLEU** | **ChrF** | **Model Size** |
227
  |-----------------------------------------------------------|:-----------:|:--------:|:--------:|---------------:|
 
235
  | ___MultiSlav-4slav___ <span style="color:green;">*</span> | 90.2 | 20.6 | 48.7 | 242M |
236
  | MultiSlav-5lang | __90.4__ | __20.7__ | __48.9__ | 258M |
237
 
238
+ Translation results on translation from Slovak to Slovene (Slavic direction with the __lowest__ data-regime):\
239
 
240
  | **Model** | **Comet22** | **BLEU** | **ChrF** | **Model Size** |
241
  |-----------------------------------------------------------|:-----------:|:--------:|:--------:|---------------:|