modelId
stringlengths 4
112
| sha
stringlengths 40
40
| lastModified
stringlengths 24
24
| tags
list | pipeline_tag
stringclasses 29
values | private
bool 1
class | author
stringlengths 2
38
⌀ | config
null | id
stringlengths 4
112
| downloads
float64 0
36.8M
⌀ | likes
float64 0
712
⌀ | library_name
stringclasses 17
values | __index_level_0__
int64 0
38.5k
| readme
stringlengths 0
186k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GeniusVoice/bot-selector | 62858a1025b6e146d0b324f1e3a2a1e619d042bd | 2022-01-20T15:39:49.000Z | [
"pytorch",
"roberta",
"text-classification",
"transformers"
]
| text-classification | false | GeniusVoice | null | GeniusVoice/bot-selector | 7 | null | transformers | 13,800 | Entry not found |
Geotrend/bert-base-en-ar-cased | a4ce14701ca871e8a3c9e1c6bb038643f662e6d7 | 2021-05-18T19:01:15.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"multilingual",
"dataset:wikipedia",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
]
| fill-mask | false | Geotrend | null | Geotrend/bert-base-en-ar-cased | 7 | null | transformers | 13,801 | ---
language: multilingual
datasets: wikipedia
license: apache-2.0
widget:
- text: "Google generated 46 billion [MASK] in revenue."
- text: "Paris is the capital of [MASK]."
- text: "Algiers is the largest city in [MASK]."
- text: "تقع سويسرا في [MASK] أوروبا"
- text: "إسمي محمد وأسكن في [MASK]."
---
# bert-base-en-ar-cased
We are sharing smaller versions of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) that handle a custom number of languages.
Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
## How to use
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-en-ar-cased")
model = AutoModel.from_pretrained("Geotrend/bert-base-en-ar-cased")
```
To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers).
### How to cite
```bibtex
@inproceedings{smallermbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
```
## Contact
Please contact [email protected] for any question, feedback or request.
|
Geotrend/bert-base-en-de-cased | edc12a685d401595bf312bbd020d24eb3dbd48fc | 2021-05-18T19:05:53.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"multilingual",
"dataset:wikipedia",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
]
| fill-mask | false | Geotrend | null | Geotrend/bert-base-en-de-cased | 7 | null | transformers | 13,802 | ---
language: multilingual
datasets: wikipedia
license: apache-2.0
widget:
- text: "Google generated 46 billion [MASK] in revenue."
- text: "Paris is the capital of [MASK]."
- text: "Algiers is the largest city in [MASK]."
---
# bert-base-en-de-cased
We are sharing smaller versions of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) that handle a custom number of languages.
Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
## How to use
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-en-de-cased")
model = AutoModel.from_pretrained("Geotrend/bert-base-en-de-cased")
```
To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers).
### How to cite
```bibtex
@inproceedings{smallermbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
```
## Contact
Please contact [email protected] for any question, feedback or request.
|
Geotrend/bert-base-en-el-ru-cased | 13ac0ec8c90c12a9b57135e5be8d27a0c9089268 | 2021-05-18T19:07:56.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"multilingual",
"dataset:wikipedia",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
]
| fill-mask | false | Geotrend | null | Geotrend/bert-base-en-el-ru-cased | 7 | null | transformers | 13,803 | ---
language: multilingual
datasets: wikipedia
license: apache-2.0
---
# bert-base-en-el-ru-cased
We are sharing smaller versions of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) that handle a custom number of languages.
Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
## How to use
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-en-el-ru-cased")
model = AutoModel.from_pretrained("Geotrend/bert-base-en-el-ru-cased")
```
To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers).
### How to cite
```bibtex
@inproceedings{smallermbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
```
## Contact
Please contact [email protected] for any question, feedback or request. |
Geotrend/bert-base-en-hi-cased | ddfef292c03e7690768beb584b79e1d855e7f5dc | 2021-05-18T19:31:14.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"multilingual",
"dataset:wikipedia",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
]
| fill-mask | false | Geotrend | null | Geotrend/bert-base-en-hi-cased | 7 | null | transformers | 13,804 | ---
language: multilingual
datasets: wikipedia
license: apache-2.0
widget:
- text: "Google generated 46 billion [MASK] in revenue."
- text: "Paris is the capital of [MASK]."
- text: "Algiers is the largest city in [MASK]."
---
# bert-base-en-hi-cased
We are sharing smaller versions of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) that handle a custom number of languages.
Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
## How to use
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-en-hi-cased")
model = AutoModel.from_pretrained("Geotrend/bert-base-en-hi-cased")
```
To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers).
### How to cite
```bibtex
@inproceedings{smallermbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
```
## Contact
Please contact [email protected] for any question, feedback or request.
|
Geotrend/distilbert-base-en-fr-es-pt-it-cased | 3c5970eaa40f3fa7e7120933cb3f38ba779c8e36 | 2022-06-28T08:51:25.000Z | [
"pytorch",
"distilbert",
"fill-mask",
"multilingual",
"en",
"fr",
"es",
"pt",
"it",
"dataset:wikipedia",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
]
| fill-mask | false | Geotrend | null | Geotrend/distilbert-base-en-fr-es-pt-it-cased | 7 | null | transformers | 13,805 | ---
language:
- multilingual
- en
- fr
- es
- pt
- it
datasets: wikipedia
license: apache-2.0
---
# distilbert-base-en-fr-es-pt-it-cased
We are sharing smaller versions of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) that handle a custom number of languages.
Our versions give exactly the same representations produced by the original model which preserves the original accuracy.
For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
## How to use
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Geotrend/distilbert-base-en-fr-es-pt-it-cased")
model = AutoModel.from_pretrained("Geotrend/distilbert-base-en-fr-es-pt-it-cased")
```
To generate other smaller versions of multilingual transformers please visit [our Github repo](https://github.com/Geotrend-research/smaller-transformers).
### How to cite
```bibtex
@inproceedings{smallermdistilbert,
title={Load What You Need: Smaller Versions of Mutlilingual BERT},
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
booktitle={SustaiNLP / EMNLP},
year={2020}
}
```
## Contact
Please contact [email protected] for any question, feedback or request. |
Ghana-NLP/abena-base-akuapem-twi-cased | 517909714b2bc7b10c96483508f480c502b1f5a4 | 2021-05-18T20:17:41.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"transformers",
"autotrain_compatible"
]
| fill-mask | false | Ghana-NLP | null | Ghana-NLP/abena-base-akuapem-twi-cased | 7 | null | transformers | 13,806 | Entry not found |
Ghana-NLP/abena-base-asante-twi-uncased | 861f3edc475d611d9f0de8f09eb302ba9948c485 | 2021-05-18T20:19:34.000Z | [
"pytorch",
"tf",
"jax",
"bert",
"fill-mask",
"transformers",
"autotrain_compatible"
]
| fill-mask | false | Ghana-NLP | null | Ghana-NLP/abena-base-asante-twi-uncased | 7 | null | transformers | 13,807 | Entry not found |
Guy0/DialoGPT-small-Batmanbotty | ebcc0a6b26c782487ddf33778105f68d89d1beaf | 2021-09-05T16:52:37.000Z | [
"pytorch",
"gpt2",
"text-generation",
"transformers",
"conversational"
]
| conversational | false | Guy0 | null | Guy0/DialoGPT-small-Batmanbotty | 7 | null | transformers | 13,808 | ---
tags:
- conversational
---
#Batman Botty gpt model |
HScomcom/gpt2-friends | e748e16d5cfb63374d2848fd27035228daa9fca2 | 2021-05-21T10:22:41.000Z | [
"pytorch",
"jax",
"gpt2",
"text-generation",
"transformers"
]
| text-generation | false | HScomcom | null | HScomcom/gpt2-friends | 7 | null | transformers | 13,809 | Entry not found |
HarrisDePerceptron/xls-r-300m-ur-cv8-hi | c4dd631a6be641367c6434de404a8cb913ccb986 | 2022-02-08T10:55:05.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"ur",
"dataset:common_voice",
"transformers",
"mozilla-foundation/common_voice_8_0",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
]
| automatic-speech-recognition | false | HarrisDePerceptron | null | HarrisDePerceptron/xls-r-300m-ur-cv8-hi | 7 | null | transformers | 13,810 | ---
language:
- ur
license: apache-2.0
tags:
- automatic-speech-recognition
- mozilla-foundation/common_voice_8_0
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: ''
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
#
This model is a fine-tuned version of [DrishtiSharma/wav2vec2-large-xls-r-300m-hi-d3](https://huggingface.co/DrishtiSharma/wav2vec2-large-xls-r-300m-hi-d3) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - UR dataset.
It achieves the following results on the evaluation set:
- Loss: 1.5443
- Wer: 0.7030
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.000388
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 750
- num_epochs: 100.0
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|:-------------:|:-----:|:----:|:---------------:|:------:|
| 10.7052 | 1.96 | 100 | 3.4683 | 1.0 |
| 3.2395 | 3.92 | 200 | 3.1489 | 1.0 |
| 2.9951 | 5.88 | 300 | 2.9823 | 1.0007 |
| 2.3574 | 7.84 | 400 | 1.2614 | 0.7598 |
| 1.7287 | 9.8 | 500 | 1.1817 | 0.7421 |
| 1.6144 | 11.76 | 600 | 1.1315 | 0.7321 |
| 1.5598 | 13.73 | 700 | 1.2322 | 0.7550 |
| 1.5418 | 15.69 | 800 | 1.2721 | 0.7819 |
| 1.4578 | 17.65 | 900 | 1.1710 | 0.7531 |
| 1.4311 | 19.61 | 1000 | 1.2042 | 0.7491 |
| 1.3483 | 21.57 | 1100 | 1.1702 | 0.7465 |
| 1.3078 | 23.53 | 1200 | 1.1963 | 0.7421 |
| 1.2576 | 25.49 | 1300 | 1.1501 | 0.7280 |
| 1.2173 | 27.45 | 1400 | 1.2526 | 0.7299 |
| 1.2217 | 29.41 | 1500 | 1.2479 | 0.7310 |
| 1.1536 | 31.37 | 1600 | 1.2567 | 0.7432 |
| 1.0939 | 33.33 | 1700 | 1.2801 | 0.7247 |
| 1.0745 | 35.29 | 1800 | 1.2340 | 0.7151 |
| 1.0454 | 37.25 | 1900 | 1.2372 | 0.7151 |
| 1.0101 | 39.22 | 2000 | 1.2461 | 0.7376 |
| 0.9833 | 41.18 | 2100 | 1.2553 | 0.7269 |
| 0.9314 | 43.14 | 2200 | 1.2372 | 0.7015 |
| 0.9147 | 45.1 | 2300 | 1.3035 | 0.7358 |
| 0.8758 | 47.06 | 2400 | 1.2598 | 0.7092 |
| 0.8356 | 49.02 | 2500 | 1.2557 | 0.7144 |
| 0.8105 | 50.98 | 2600 | 1.2619 | 0.7236 |
| 0.7947 | 52.94 | 2700 | 1.3994 | 0.7491 |
| 0.7623 | 54.9 | 2800 | 1.2932 | 0.7133 |
| 0.7282 | 56.86 | 2900 | 1.2799 | 0.7089 |
| 0.7108 | 58.82 | 3000 | 1.3615 | 0.7148 |
| 0.6896 | 60.78 | 3100 | 1.3129 | 0.7041 |
| 0.6496 | 62.75 | 3200 | 1.4050 | 0.6934 |
| 0.6075 | 64.71 | 3300 | 1.3571 | 0.7026 |
| 0.6242 | 66.67 | 3400 | 1.3369 | 0.7063 |
| 0.5865 | 68.63 | 3500 | 1.4368 | 0.7140 |
| 0.5721 | 70.59 | 3600 | 1.4224 | 0.7066 |
| 0.5475 | 72.55 | 3700 | 1.4798 | 0.7118 |
| 0.5086 | 74.51 | 3800 | 1.5107 | 0.7232 |
| 0.4958 | 76.47 | 3900 | 1.4849 | 0.7089 |
| 0.5046 | 78.43 | 4000 | 1.4451 | 0.7114 |
| 0.4694 | 80.39 | 4100 | 1.4674 | 0.7089 |
| 0.4386 | 82.35 | 4200 | 1.5245 | 0.7103 |
| 0.4516 | 84.31 | 4300 | 1.5032 | 0.7103 |
| 0.4113 | 86.27 | 4400 | 1.5246 | 0.7196 |
| 0.3972 | 88.24 | 4500 | 1.5318 | 0.7114 |
| 0.4006 | 90.2 | 4600 | 1.5543 | 0.6982 |
| 0.4014 | 92.16 | 4700 | 1.5442 | 0.7048 |
| 0.3672 | 94.12 | 4800 | 1.5542 | 0.7137 |
| 0.3666 | 96.08 | 4900 | 1.5414 | 0.7018 |
| 0.3574 | 98.04 | 5000 | 1.5465 | 0.7059 |
| 0.3428 | 100.0 | 5100 | 1.5443 | 0.7030 |
### Framework versions
- Transformers 4.17.0.dev0
- Pytorch 1.10.2+cu102
- Datasets 1.18.3
- Tokenizers 0.11.0
|
Helsinki-NLP/opus-mt-af-de | 966a53164ae173f2459d20941adc6d102011656c | 2021-09-09T21:25:53.000Z | [
"pytorch",
"marian",
"text2text-generation",
"af",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-af-de | 7 | null | transformers | 13,811 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-af-de
* source languages: af
* target languages: de
* OPUS readme: [af-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/af-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-19.zip](https://object.pouta.csc.fi/OPUS-MT-models/af-de/opus-2020-01-19.zip)
* test set translations: [opus-2020-01-19.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/af-de/opus-2020-01-19.test.txt)
* test set scores: [opus-2020-01-19.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/af-de/opus-2020-01-19.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba.af.de | 48.6 | 0.681 |
|
Helsinki-NLP/opus-mt-bem-sv | 4d5053100ff89142b1fd9b4a86c0b204c78934a9 | 2021-09-09T21:27:18.000Z | [
"pytorch",
"marian",
"text2text-generation",
"bem",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-bem-sv | 7 | null | transformers | 13,812 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-bem-sv
* source languages: bem
* target languages: sv
* OPUS readme: [bem-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/bem-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/bem-sv/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/bem-sv/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/bem-sv/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.bem.sv | 25.6 | 0.434 |
|
Helsinki-NLP/opus-mt-bg-it | 74f1e284a436c0c08a171084a956c6229f284f6b | 2021-01-18T07:51:04.000Z | [
"pytorch",
"marian",
"text2text-generation",
"bg",
"it",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-bg-it | 7 | null | transformers | 13,813 | ---
language:
- bg
- it
tags:
- translation
license: apache-2.0
---
### bul-ita
* source group: Bulgarian
* target group: Italian
* OPUS readme: [bul-ita](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bul-ita/README.md)
* model: transformer
* source language(s): bul
* target language(s): ita
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-07-03.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-ita/opus-2020-07-03.zip)
* test set translations: [opus-2020-07-03.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-ita/opus-2020-07-03.test.txt)
* test set scores: [opus-2020-07-03.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-ita/opus-2020-07-03.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.bul.ita | 43.1 | 0.653 |
### System Info:
- hf_name: bul-ita
- source_languages: bul
- target_languages: ita
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bul-ita/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['bg', 'it']
- src_constituents: {'bul', 'bul_Latn'}
- tgt_constituents: {'ita'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/bul-ita/opus-2020-07-03.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/bul-ita/opus-2020-07-03.test.txt
- src_alpha3: bul
- tgt_alpha3: ita
- short_pair: bg-it
- chrF2_score: 0.653
- bleu: 43.1
- brevity_penalty: 0.987
- ref_len: 16951.0
- src_name: Bulgarian
- tgt_name: Italian
- train_date: 2020-07-03
- src_alpha2: bg
- tgt_alpha2: it
- prefer_old: False
- long_pair: bul-ita
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-bg-ru | 547fe6fce94cc8fca5e84b18bde415e0e8a13e1b | 2021-01-18T07:51:10.000Z | [
"pytorch",
"marian",
"text2text-generation",
"bg",
"ru",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-bg-ru | 7 | null | transformers | 13,814 | ---
language:
- bg
- ru
tags:
- translation
license: apache-2.0
---
### bul-rus
* source group: Bulgarian
* target group: Russian
* OPUS readme: [bul-rus](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bul-rus/README.md)
* model: transformer
* source language(s): bul bul_Latn
* target language(s): rus
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-07-03.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-rus/opus-2020-07-03.zip)
* test set translations: [opus-2020-07-03.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-rus/opus-2020-07-03.test.txt)
* test set scores: [opus-2020-07-03.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/bul-rus/opus-2020-07-03.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.bul.rus | 48.5 | 0.691 |
### System Info:
- hf_name: bul-rus
- source_languages: bul
- target_languages: rus
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/bul-rus/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['bg', 'ru']
- src_constituents: {'bul', 'bul_Latn'}
- tgt_constituents: {'rus'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/bul-rus/opus-2020-07-03.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/bul-rus/opus-2020-07-03.test.txt
- src_alpha3: bul
- tgt_alpha3: rus
- short_pair: bg-ru
- chrF2_score: 0.691
- bleu: 48.5
- brevity_penalty: 1.0
- ref_len: 7870.0
- src_name: Bulgarian
- tgt_name: Russian
- train_date: 2020-07-03
- src_alpha2: bg
- tgt_alpha2: ru
- prefer_old: False
- long_pair: bul-rus
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-bg-sv | 7f2c7cc3887492a080441266c63b20fd13497e56 | 2021-09-09T21:27:40.000Z | [
"pytorch",
"marian",
"text2text-generation",
"bg",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-bg-sv | 7 | null | transformers | 13,815 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-bg-sv
* source languages: bg
* target languages: sv
* OPUS readme: [bg-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/bg-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/bg-sv/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/bg-sv/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/bg-sv/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.bg.sv | 29.1 | 0.494 |
|
Helsinki-NLP/opus-mt-de-ase | 09e461fdf799287e13c7c48df0573fd89273b1bd | 2021-09-09T21:30:10.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"ase",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-ase | 7 | null | transformers | 13,816 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-ase
* source languages: de
* target languages: ase
* OPUS readme: [de-ase](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-ase/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-ase/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-ase/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-ase/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.de.ase | 30.4 | 0.483 |
|
Helsinki-NLP/opus-mt-de-et | 55157cd448f864a87992b80aef23f95546a0280c | 2021-09-09T21:31:02.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"et",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-et | 7 | null | transformers | 13,817 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-et
* source languages: de
* target languages: et
* OPUS readme: [de-et](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-et/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-et/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-et/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-et/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.de.et | 20.2 | 0.465 |
|
Helsinki-NLP/opus-mt-de-he | 44d42278e67bf34bd1c0a8dcca06c6525eca6263 | 2021-09-09T21:31:32.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"he",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-he | 7 | null | transformers | 13,818 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-he
* source languages: de
* target languages: he
* OPUS readme: [de-he](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-he/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-29.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-he/opus-2020-01-29.zip)
* test set translations: [opus-2020-01-29.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-he/opus-2020-01-29.test.txt)
* test set scores: [opus-2020-01-29.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-he/opus-2020-01-29.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba.de.he | 36.6 | 0.581 |
|
Helsinki-NLP/opus-mt-de-iso | d3d1caff0521142085ee7faa07112ce593803734 | 2021-09-09T21:32:01.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"iso",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-iso | 7 | null | transformers | 13,819 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-iso
* source languages: de
* target languages: iso
* OPUS readme: [de-iso](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-iso/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-iso/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-iso/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-iso/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.de.iso | 21.4 | 0.389 |
|
Helsinki-NLP/opus-mt-de-niu | 6b15b26f7d7752bfde0368809479c544880174cd | 2021-09-09T21:32:31.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"niu",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-niu | 7 | null | transformers | 13,820 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-niu
* source languages: de
* target languages: niu
* OPUS readme: [de-niu](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-niu/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-niu/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-niu/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-niu/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.de.niu | 28.4 | 0.496 |
|
Helsinki-NLP/opus-mt-de-pap | 6c57622b7e815f9e1cb24f6e1f9a09b58627f0b7 | 2021-09-09T21:32:51.000Z | [
"pytorch",
"marian",
"text2text-generation",
"de",
"pap",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-de-pap | 7 | null | transformers | 13,821 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-de-pap
* source languages: de
* target languages: pap
* OPUS readme: [de-pap](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/de-pap/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/de-pap/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-pap/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/de-pap/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.de.pap | 25.6 | 0.453 |
|
Helsinki-NLP/opus-mt-ee-de | 5e01b793901fec6acbcaf6b35e9e0873d7190147 | 2021-09-09T21:33:07.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ee",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ee-de | 7 | null | transformers | 13,822 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ee-de
* source languages: ee
* target languages: de
* OPUS readme: [ee-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ee-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/ee-de/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-de/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-de/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ee.de | 22.3 | 0.430 |
|
Helsinki-NLP/opus-mt-ee-es | 976bee3eb2616b35a55d6e6467ca2d211ba68d49 | 2021-09-09T21:33:14.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ee",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ee-es | 7 | null | transformers | 13,823 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ee-es
* source languages: ee
* target languages: es
* OPUS readme: [ee-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ee-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-15.zip](https://object.pouta.csc.fi/OPUS-MT-models/ee-es/opus-2020-01-15.zip)
* test set translations: [opus-2020-01-15.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-es/opus-2020-01-15.test.txt)
* test set scores: [opus-2020-01-15.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-es/opus-2020-01-15.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ee.es | 26.4 | 0.449 |
|
Helsinki-NLP/opus-mt-ee-fr | 066e2a847a6098c2a999d6db7a1f50b878578c8e | 2021-09-09T21:33:21.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ee",
"fr",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ee-fr | 7 | null | transformers | 13,824 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ee-fr
* source languages: ee
* target languages: fr
* OPUS readme: [ee-fr](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ee-fr/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/ee-fr/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-fr/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ee-fr/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ee.fr | 27.1 | 0.450 |
|
Helsinki-NLP/opus-mt-en-bat | bb8d5ffac775407ba10c8a3293d67f3e68bce188 | 2021-01-18T08:05:05.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"lt",
"lv",
"bat",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-bat | 7 | null | transformers | 13,825 | ---
language:
- en
- lt
- lv
- bat
tags:
- translation
license: apache-2.0
---
### eng-bat
* source group: English
* target group: Baltic languages
* OPUS readme: [eng-bat](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-bat/README.md)
* model: transformer
* source language(s): eng
* target language(s): lav lit ltg prg_Latn sgs
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus2m-2020-08-01.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-bat/opus2m-2020-08-01.zip)
* test set translations: [opus2m-2020-08-01.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-bat/opus2m-2020-08-01.test.txt)
* test set scores: [opus2m-2020-08-01.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-bat/opus2m-2020-08-01.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| newsdev2017-enlv-englav.eng.lav | 24.0 | 0.546 |
| newsdev2019-enlt-englit.eng.lit | 20.9 | 0.533 |
| newstest2017-enlv-englav.eng.lav | 18.3 | 0.506 |
| newstest2019-enlt-englit.eng.lit | 13.6 | 0.466 |
| Tatoeba-test.eng-lav.eng.lav | 42.8 | 0.652 |
| Tatoeba-test.eng-lit.eng.lit | 37.1 | 0.650 |
| Tatoeba-test.eng.multi | 37.0 | 0.616 |
| Tatoeba-test.eng-prg.eng.prg | 0.5 | 0.130 |
| Tatoeba-test.eng-sgs.eng.sgs | 4.1 | 0.178 |
### System Info:
- hf_name: eng-bat
- source_languages: eng
- target_languages: bat
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-bat/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['en', 'lt', 'lv', 'bat']
- src_constituents: {'eng'}
- tgt_constituents: {'lit', 'lav', 'prg_Latn', 'ltg', 'sgs'}
- src_multilingual: False
- tgt_multilingual: True
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-bat/opus2m-2020-08-01.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-bat/opus2m-2020-08-01.test.txt
- src_alpha3: eng
- tgt_alpha3: bat
- short_pair: en-bat
- chrF2_score: 0.616
- bleu: 37.0
- brevity_penalty: 0.956
- ref_len: 26417.0
- src_name: English
- tgt_name: Baltic languages
- train_date: 2020-08-01
- src_alpha2: en
- tgt_alpha2: bat
- prefer_old: False
- long_pair: eng-bat
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-en-ber | cad15de24b5374102d6dd95619d0c4011102dcce | 2021-09-09T21:34:16.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"ber",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-ber | 7 | null | transformers | 13,826 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-en-ber
* source languages: en
* target languages: ber
* OPUS readme: [en-ber](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/en-ber/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2019-12-18.zip](https://object.pouta.csc.fi/OPUS-MT-models/en-ber/opus-2019-12-18.zip)
* test set translations: [opus-2019-12-18.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/en-ber/opus-2019-12-18.test.txt)
* test set scores: [opus-2019-12-18.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/en-ber/opus-2019-12-18.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba.en.ber | 29.7 | 0.544 |
|
Helsinki-NLP/opus-mt-en-nic | a621b3524c20f665dcec9e4ab9051291b94bc02e | 2021-01-18T08:13:21.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"sn",
"rw",
"wo",
"ig",
"sg",
"ee",
"zu",
"lg",
"ts",
"ln",
"ny",
"yo",
"rn",
"xh",
"nic",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-nic | 7 | null | transformers | 13,827 | ---
language:
- en
- sn
- rw
- wo
- ig
- sg
- ee
- zu
- lg
- ts
- ln
- ny
- yo
- rn
- xh
- nic
tags:
- translation
license: apache-2.0
---
### eng-nic
* source group: English
* target group: Niger-Kordofanian languages
* OPUS readme: [eng-nic](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-nic/README.md)
* model: transformer
* source language(s): eng
* target language(s): bam_Latn ewe fuc fuv ibo kin lin lug nya run sag sna swh toi_Latn tso umb wol xho yor zul
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus-2020-07-27.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-nic/opus-2020-07-27.zip)
* test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-nic/opus-2020-07-27.test.txt)
* test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-nic/opus-2020-07-27.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.eng-bam.eng.bam | 6.2 | 0.029 |
| Tatoeba-test.eng-ewe.eng.ewe | 4.5 | 0.258 |
| Tatoeba-test.eng-ful.eng.ful | 0.5 | 0.073 |
| Tatoeba-test.eng-ibo.eng.ibo | 3.9 | 0.267 |
| Tatoeba-test.eng-kin.eng.kin | 6.4 | 0.475 |
| Tatoeba-test.eng-lin.eng.lin | 1.2 | 0.308 |
| Tatoeba-test.eng-lug.eng.lug | 3.9 | 0.405 |
| Tatoeba-test.eng.multi | 11.1 | 0.427 |
| Tatoeba-test.eng-nya.eng.nya | 14.0 | 0.622 |
| Tatoeba-test.eng-run.eng.run | 13.6 | 0.477 |
| Tatoeba-test.eng-sag.eng.sag | 5.5 | 0.199 |
| Tatoeba-test.eng-sna.eng.sna | 19.6 | 0.557 |
| Tatoeba-test.eng-swa.eng.swa | 1.8 | 0.163 |
| Tatoeba-test.eng-toi.eng.toi | 8.3 | 0.231 |
| Tatoeba-test.eng-tso.eng.tso | 50.0 | 0.789 |
| Tatoeba-test.eng-umb.eng.umb | 7.8 | 0.342 |
| Tatoeba-test.eng-wol.eng.wol | 6.7 | 0.143 |
| Tatoeba-test.eng-xho.eng.xho | 26.4 | 0.620 |
| Tatoeba-test.eng-yor.eng.yor | 15.5 | 0.342 |
| Tatoeba-test.eng-zul.eng.zul | 35.9 | 0.750 |
### System Info:
- hf_name: eng-nic
- source_languages: eng
- target_languages: nic
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-nic/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['en', 'sn', 'rw', 'wo', 'ig', 'sg', 'ee', 'zu', 'lg', 'ts', 'ln', 'ny', 'yo', 'rn', 'xh', 'nic']
- src_constituents: {'eng'}
- tgt_constituents: {'bam_Latn', 'sna', 'kin', 'wol', 'ibo', 'swh', 'sag', 'ewe', 'zul', 'fuc', 'lug', 'tso', 'lin', 'nya', 'yor', 'run', 'xho', 'fuv', 'toi_Latn', 'umb'}
- src_multilingual: False
- tgt_multilingual: True
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-nic/opus-2020-07-27.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-nic/opus-2020-07-27.test.txt
- src_alpha3: eng
- tgt_alpha3: nic
- short_pair: en-nic
- chrF2_score: 0.42700000000000005
- bleu: 11.1
- brevity_penalty: 1.0
- ref_len: 10625.0
- src_name: English
- tgt_name: Niger-Kordofanian languages
- train_date: 2020-07-27
- src_alpha2: en
- tgt_alpha2: nic
- prefer_old: False
- long_pair: eng-nic
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-en-ny | a71058a3511c90a86e37a6b4c8bfa28fdfa85466 | 2021-09-09T21:38:14.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"ny",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-ny | 7 | null | transformers | 13,828 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-en-ny
* source languages: en
* target languages: ny
* OPUS readme: [en-ny](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/en-ny/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/en-ny/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/en-ny/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/en-ny/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.en.ny | 31.4 | 0.570 |
| Tatoeba.en.ny | 26.8 | 0.645 |
|
Helsinki-NLP/opus-mt-en-pqe | ce182d4dc6be766145d08145d648e5d264a2778b | 2021-01-18T08:14:43.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"fj",
"mi",
"ty",
"to",
"na",
"sm",
"mh",
"pqe",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-pqe | 7 | null | transformers | 13,829 | ---
language:
- en
- fj
- mi
- ty
- to
- na
- sm
- mh
- pqe
tags:
- translation
license: apache-2.0
---
### eng-pqe
* source group: English
* target group: Eastern Malayo-Polynesian languages
* OPUS readme: [eng-pqe](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-pqe/README.md)
* model: transformer
* source language(s): eng
* target language(s): fij gil haw lkt mah mri nau niu rap smo tah ton tvl
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus2m-2020-08-01.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqe/opus2m-2020-08-01.zip)
* test set translations: [opus2m-2020-08-01.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqe/opus2m-2020-08-01.test.txt)
* test set scores: [opus2m-2020-08-01.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqe/opus2m-2020-08-01.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.eng-fij.eng.fij | 22.1 | 0.396 |
| Tatoeba-test.eng-gil.eng.gil | 41.9 | 0.673 |
| Tatoeba-test.eng-haw.eng.haw | 0.6 | 0.114 |
| Tatoeba-test.eng-lkt.eng.lkt | 0.5 | 0.075 |
| Tatoeba-test.eng-mah.eng.mah | 9.7 | 0.386 |
| Tatoeba-test.eng-mri.eng.mri | 7.7 | 0.301 |
| Tatoeba-test.eng.multi | 11.3 | 0.306 |
| Tatoeba-test.eng-nau.eng.nau | 0.5 | 0.071 |
| Tatoeba-test.eng-niu.eng.niu | 42.5 | 0.560 |
| Tatoeba-test.eng-rap.eng.rap | 3.3 | 0.122 |
| Tatoeba-test.eng-smo.eng.smo | 27.0 | 0.462 |
| Tatoeba-test.eng-tah.eng.tah | 11.3 | 0.307 |
| Tatoeba-test.eng-ton.eng.ton | 27.0 | 0.528 |
| Tatoeba-test.eng-tvl.eng.tvl | 29.3 | 0.513 |
### System Info:
- hf_name: eng-pqe
- source_languages: eng
- target_languages: pqe
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-pqe/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['en', 'fj', 'mi', 'ty', 'to', 'na', 'sm', 'mh', 'pqe']
- src_constituents: {'eng'}
- tgt_constituents: {'haw', 'gil', 'rap', 'fij', 'tvl', 'mri', 'tah', 'niu', 'ton', 'nau', 'smo', 'mah'}
- src_multilingual: False
- tgt_multilingual: True
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqe/opus2m-2020-08-01.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-pqe/opus2m-2020-08-01.test.txt
- src_alpha3: eng
- tgt_alpha3: pqe
- short_pair: en-pqe
- chrF2_score: 0.306
- bleu: 11.3
- brevity_penalty: 1.0
- ref_len: 5786.0
- src_name: English
- tgt_name: Eastern Malayo-Polynesian languages
- train_date: 2020-08-01
- src_alpha2: en
- tgt_alpha2: pqe
- prefer_old: False
- long_pair: eng-pqe
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-en-urj | a4cb09359cab4e136ee4f71b27d0a612fc8c7903 | 2021-01-18T08:19:04.000Z | [
"pytorch",
"marian",
"text2text-generation",
"en",
"se",
"fi",
"hu",
"et",
"urj",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-en-urj | 7 | null | transformers | 13,830 | ---
language:
- en
- se
- fi
- hu
- et
- urj
tags:
- translation
license: apache-2.0
---
### eng-urj
* source group: English
* target group: Uralic languages
* OPUS readme: [eng-urj](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-urj/README.md)
* model: transformer
* source language(s): eng
* target language(s): est fin fkv_Latn hun izh kpv krl liv_Latn mdf mhr myv sma sme udm vro
* model: transformer
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus2m-2020-08-02.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip)
* test set translations: [opus2m-2020-08-02.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.test.txt)
* test set scores: [opus2m-2020-08-02.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| newsdev2015-enfi-engfin.eng.fin | 18.3 | 0.519 |
| newsdev2018-enet-engest.eng.est | 19.3 | 0.520 |
| newssyscomb2009-enghun.eng.hun | 15.4 | 0.471 |
| newstest2009-enghun.eng.hun | 15.7 | 0.468 |
| newstest2015-enfi-engfin.eng.fin | 20.2 | 0.534 |
| newstest2016-enfi-engfin.eng.fin | 20.7 | 0.541 |
| newstest2017-enfi-engfin.eng.fin | 23.6 | 0.566 |
| newstest2018-enet-engest.eng.est | 20.8 | 0.535 |
| newstest2018-enfi-engfin.eng.fin | 15.8 | 0.499 |
| newstest2019-enfi-engfin.eng.fin | 19.9 | 0.518 |
| newstestB2016-enfi-engfin.eng.fin | 16.6 | 0.509 |
| newstestB2017-enfi-engfin.eng.fin | 19.4 | 0.529 |
| Tatoeba-test.eng-chm.eng.chm | 1.3 | 0.127 |
| Tatoeba-test.eng-est.eng.est | 51.0 | 0.692 |
| Tatoeba-test.eng-fin.eng.fin | 34.6 | 0.597 |
| Tatoeba-test.eng-fkv.eng.fkv | 2.2 | 0.302 |
| Tatoeba-test.eng-hun.eng.hun | 35.6 | 0.591 |
| Tatoeba-test.eng-izh.eng.izh | 5.7 | 0.211 |
| Tatoeba-test.eng-kom.eng.kom | 3.0 | 0.012 |
| Tatoeba-test.eng-krl.eng.krl | 8.5 | 0.230 |
| Tatoeba-test.eng-liv.eng.liv | 2.7 | 0.077 |
| Tatoeba-test.eng-mdf.eng.mdf | 2.8 | 0.007 |
| Tatoeba-test.eng.multi | 35.1 | 0.588 |
| Tatoeba-test.eng-myv.eng.myv | 1.3 | 0.014 |
| Tatoeba-test.eng-sma.eng.sma | 1.8 | 0.095 |
| Tatoeba-test.eng-sme.eng.sme | 6.8 | 0.204 |
| Tatoeba-test.eng-udm.eng.udm | 1.1 | 0.121 |
### System Info:
- hf_name: eng-urj
- source_languages: eng
- target_languages: urj
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-urj/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['en', 'se', 'fi', 'hu', 'et', 'urj']
- src_constituents: {'eng'}
- tgt_constituents: {'izh', 'mdf', 'vep', 'vro', 'sme', 'myv', 'fkv_Latn', 'krl', 'fin', 'hun', 'kpv', 'udm', 'liv_Latn', 'est', 'mhr', 'sma'}
- src_multilingual: False
- tgt_multilingual: True
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.test.txt
- src_alpha3: eng
- tgt_alpha3: urj
- short_pair: en-urj
- chrF2_score: 0.588
- bleu: 35.1
- brevity_penalty: 0.943
- ref_len: 59664.0
- src_name: English
- tgt_name: Uralic languages
- train_date: 2020-08-02
- src_alpha2: en
- tgt_alpha2: urj
- prefer_old: False
- long_pair: eng-urj
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-eo-ro | 11ad5cff177b2a0b50f3c8885ea36951c44eeab5 | 2021-01-18T08:21:06.000Z | [
"pytorch",
"marian",
"text2text-generation",
"eo",
"ro",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-eo-ro | 7 | null | transformers | 13,831 | ---
language:
- eo
- ro
tags:
- translation
license: apache-2.0
---
### epo-ron
* source group: Esperanto
* target group: Romanian
* OPUS readme: [epo-ron](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/epo-ron/README.md)
* model: transformer-align
* source language(s): epo
* target language(s): ron
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm4k,spm4k)
* download original weights: [opus-2020-06-16.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/epo-ron/opus-2020-06-16.zip)
* test set translations: [opus-2020-06-16.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/epo-ron/opus-2020-06-16.test.txt)
* test set scores: [opus-2020-06-16.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/epo-ron/opus-2020-06-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.epo.ron | 19.4 | 0.420 |
### System Info:
- hf_name: epo-ron
- source_languages: epo
- target_languages: ron
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/epo-ron/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['eo', 'ro']
- src_constituents: {'epo'}
- tgt_constituents: {'ron'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm4k,spm4k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/epo-ron/opus-2020-06-16.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/epo-ron/opus-2020-06-16.test.txt
- src_alpha3: epo
- tgt_alpha3: ron
- short_pair: eo-ro
- chrF2_score: 0.42
- bleu: 19.4
- brevity_penalty: 0.9179999999999999
- ref_len: 25619.0
- src_name: Esperanto
- tgt_name: Romanian
- train_date: 2020-06-16
- src_alpha2: eo
- tgt_alpha2: ro
- prefer_old: False
- long_pair: epo-ron
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-es-ase | 978dff46dd655d6de5bd4a15ce31f70d3c3a6622 | 2021-09-09T21:41:12.000Z | [
"pytorch",
"marian",
"text2text-generation",
"es",
"ase",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-es-ase | 7 | null | transformers | 13,832 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-es-ase
* source languages: es
* target languages: ase
* OPUS readme: [es-ase](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/es-ase/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/es-ase/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ase/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ase/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.es.ase | 31.5 | 0.488 |
|
Helsinki-NLP/opus-mt-es-hil | 7b59b8db4ac7c1c589e3b0f2d7fcf9d8b053496c | 2021-09-09T21:42:47.000Z | [
"pytorch",
"marian",
"text2text-generation",
"es",
"hil",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-es-hil | 7 | null | transformers | 13,833 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-es-hil
* source languages: es
* target languages: hil
* OPUS readme: [es-hil](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/es-hil/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/es-hil/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-hil/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-hil/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.es.hil | 35.8 | 0.584 |
|
Helsinki-NLP/opus-mt-es-ht | 32b4c5373fa255ad97f5de90c7809f3751957f50 | 2021-09-09T21:42:58.000Z | [
"pytorch",
"marian",
"text2text-generation",
"es",
"ht",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-es-ht | 7 | null | transformers | 13,834 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-es-ht
* source languages: es
* target languages: ht
* OPUS readme: [es-ht](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/es-ht/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/es-ht/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ht/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ht/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.es.ht | 23.3 | 0.407 |
|
Helsinki-NLP/opus-mt-es-ilo | 2402ac30d89b82d5f44017fbd5f8012bc6e8cce4 | 2021-09-09T21:43:09.000Z | [
"pytorch",
"marian",
"text2text-generation",
"es",
"ilo",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-es-ilo | 7 | null | transformers | 13,835 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-es-ilo
* source languages: es
* target languages: ilo
* OPUS readme: [es-ilo](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/es-ilo/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/es-ilo/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ilo/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-ilo/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.es.ilo | 31.0 | 0.544 |
|
Helsinki-NLP/opus-mt-fi-NORWAY | bff1050c880dd1faf826cc1dce2ab87edf7776dd | 2021-09-09T21:46:23.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"no",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-NORWAY | 7 | null | transformers | 13,836 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-NORWAY
* source languages: fi
* target languages: nb_NO,nb,nn_NO,nn,nog,no_nb,no
* OPUS readme: [fi-nb_NO+nb+nn_NO+nn+nog+no_nb+no](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-nb_NO+nb+nn_NO+nn+nog+no_nb+no/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-nb_NO+nb+nn_NO+nn+nog+no_nb+no/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-nb_NO+nb+nn_NO+nn+nog+no_nb+no/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-nb_NO+nb+nn_NO+nn+nog+no_nb+no/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.no | 34.2 | 0.545 |
|
Helsinki-NLP/opus-mt-fi-af | 217817b2d99a4dd0f4ffe1722070681a6da1c8f1 | 2021-09-09T21:46:31.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"af",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-af | 7 | null | transformers | 13,837 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-af
* source languages: fi
* target languages: af
* OPUS readme: [fi-af](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-af/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-af/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-af/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-af/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.af | 39.3 | 0.588 |
|
Helsinki-NLP/opus-mt-fi-bem | 5603de3b75dc9925db5df04b79205432f10e1fb5 | 2021-09-09T21:46:38.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"bem",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-bem | 7 | null | transformers | 13,838 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-bem
* source languages: fi
* target languages: bem
* OPUS readme: [fi-bem](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-bem/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-bem/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-bem/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-bem/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.bem | 21.4 | 0.465 |
|
Helsinki-NLP/opus-mt-fi-bg | 9c58d5368d75bd3efa45060c9204330564742acd | 2021-09-09T21:46:42.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"bg",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-bg | 7 | null | transformers | 13,839 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-bg
* source languages: fi
* target languages: bg
* OPUS readme: [fi-bg](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-bg/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-bg/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-bg/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-bg/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.bg | 27.8 | 0.502 |
|
Helsinki-NLP/opus-mt-fi-fi | 396b3dd8e2aeb1d50c3196cea6549620aabe362a | 2021-09-09T21:47:32.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-fi | 7 | null | transformers | 13,840 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-fi
* source languages: fi
* target languages: fi
* OPUS readme: [fi-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-fi/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-fi/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-fi/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba.fi.fi | 23.3 | 0.554 |
|
Helsinki-NLP/opus-mt-fi-gaa | b0408aca0df57989c544792a65d8988e0d12e61a | 2021-09-09T21:47:47.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"gaa",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-gaa | 7 | null | transformers | 13,841 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-gaa
* source languages: fi
* target languages: gaa
* OPUS readme: [fi-gaa](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-gaa/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-gaa/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-gaa/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-gaa/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.gaa | 30.5 | 0.514 |
|
Helsinki-NLP/opus-mt-fi-hil | 912215ef3f5f9e5514861bb8db15bc5aa97de307 | 2021-09-09T21:48:08.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"hil",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-hil | 7 | null | transformers | 13,842 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-hil
* source languages: fi
* target languages: hil
* OPUS readme: [fi-hil](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-hil/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-24.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-hil/opus-2020-01-24.zip)
* test set translations: [opus-2020-01-24.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-hil/opus-2020-01-24.test.txt)
* test set scores: [opus-2020-01-24.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-hil/opus-2020-01-24.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.hil | 38.7 | 0.610 |
|
Helsinki-NLP/opus-mt-fi-sk | 36751566866b1b3bfec95def7c84c3441165be0a | 2021-09-09T21:50:39.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"sk",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-sk | 7 | null | transformers | 13,843 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-sk
* source languages: fi
* target languages: sk
* OPUS readme: [fi-sk](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-sk/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-sk/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-sk/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-sk/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.sk | 28.1 | 0.501 |
|
Helsinki-NLP/opus-mt-fi-sl | 02404d71eb765240404b2c8f97f09462a586ef44 | 2021-09-09T21:50:43.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"sl",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-sl | 7 | null | transformers | 13,844 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-sl
* source languages: fi
* target languages: sl
* OPUS readme: [fi-sl](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-sl/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-sl/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-sl/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-sl/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.sl | 24.1 | 0.481 |
|
Helsinki-NLP/opus-mt-fi-tll | 9f3fba4d9bef7b4930bb231871c82258f7117028 | 2021-09-09T21:51:20.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"tll",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-tll | 7 | null | transformers | 13,845 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-tll
* source languages: fi
* target languages: tll
* OPUS readme: [fi-tll](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-tll/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-24.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-tll/opus-2020-01-24.zip)
* test set translations: [opus-2020-01-24.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-tll/opus-2020-01-24.test.txt)
* test set scores: [opus-2020-01-24.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-tll/opus-2020-01-24.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.tll | 23.6 | 0.478 |
|
Helsinki-NLP/opus-mt-fi-tn | a8a96b49f340ea14e266f6c478c3c0dee4bfbbe6 | 2021-09-09T21:51:24.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"tn",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-tn | 7 | null | transformers | 13,846 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-tn
* source languages: fi
* target languages: tn
* OPUS readme: [fi-tn](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-tn/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-08.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-tn/opus-2020-01-08.zip)
* test set translations: [opus-2020-01-08.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-tn/opus-2020-01-08.test.txt)
* test set scores: [opus-2020-01-08.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-tn/opus-2020-01-08.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.tn | 34.5 | 0.555 |
|
Helsinki-NLP/opus-mt-fi-ve | a248fbb0341089485cffaeaf15477d18969c1b97 | 2021-09-09T21:52:06.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fi",
"ve",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fi-ve | 7 | null | transformers | 13,847 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fi-ve
* source languages: fi
* target languages: ve
* OPUS readme: [fi-ve](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-ve/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/fi-ve/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-ve/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fi-ve/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fi.ve | 26.0 | 0.495 |
|
Helsinki-NLP/opus-mt-fr-af | 1a16b3ea192efe42abf723db7002d8bb0f72f346 | 2021-09-09T21:52:44.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"af",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-af | 7 | null | transformers | 13,848 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-af
* source languages: fr
* target languages: af
* OPUS readme: [fr-af](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-af/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-af/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-af/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-af/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.af | 36.0 | 0.546 |
|
Helsinki-NLP/opus-mt-fr-gil | b49cb2112a4348564c445f045f1cad8dcd05a840 | 2021-09-09T21:53:58.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"gil",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-gil | 7 | null | transformers | 13,849 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-gil
* source languages: fr
* target languages: gil
* OPUS readme: [fr-gil](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-gil/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-gil/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-gil/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-gil/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.gil | 27.9 | 0.499 |
|
Helsinki-NLP/opus-mt-fr-ilo | 30d6f90666783c6218f2c9ea8be512a0ab2f346c | 2021-09-09T21:54:39.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"ilo",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-ilo | 7 | null | transformers | 13,850 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-ilo
* source languages: fr
* target languages: ilo
* OPUS readme: [fr-ilo](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-ilo/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-ilo/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-ilo/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-ilo/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.ilo | 30.6 | 0.528 |
|
Helsinki-NLP/opus-mt-fr-ln | 35dc3ca541bbc323204385322726e876bc1f8594 | 2021-09-09T21:55:05.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"ln",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-ln | 7 | null | transformers | 13,851 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-ln
* source languages: fr
* target languages: ln
* OPUS readme: [fr-ln](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-ln/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-ln/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-ln/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-ln/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.ln | 30.5 | 0.527 |
|
Helsinki-NLP/opus-mt-fr-mh | 74bd9df60c83e589731de856cb3d126174eb3c73 | 2021-09-09T21:55:33.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"mh",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-mh | 7 | null | transformers | 13,852 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-mh
* source languages: fr
* target languages: mh
* OPUS readme: [fr-mh](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-mh/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-mh/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-mh/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-mh/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.mh | 21.7 | 0.399 |
|
Helsinki-NLP/opus-mt-fr-pap | b2fc29a33e99d0634219fbd058f02c9b5dbb1414 | 2021-09-09T21:56:03.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"pap",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-pap | 7 | null | transformers | 13,853 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-pap
* source languages: fr
* target languages: pap
* OPUS readme: [fr-pap](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-pap/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-pap/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-pap/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-pap/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.pap | 27.8 | 0.464 |
|
Helsinki-NLP/opus-mt-fr-rnd | 27632b6e1f37f22c3d2b98b2f8b2a34693c6aa0a | 2021-09-09T21:56:19.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"rnd",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-rnd | 7 | null | transformers | 13,854 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-rnd
* source languages: fr
* target languages: rnd
* OPUS readme: [fr-rnd](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-rnd/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-rnd/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-rnd/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-rnd/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.rnd | 21.8 | 0.431 |
|
Helsinki-NLP/opus-mt-fr-sg | 0d70db4dbf221f86a8c1d9aea6e13c67c3fae364 | 2021-09-09T21:56:39.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"sg",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-sg | 7 | null | transformers | 13,855 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-sg
* source languages: fr
* target languages: sg
* OPUS readme: [fr-sg](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-sg/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-sg/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-sg/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-sg/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.sg | 29.7 | 0.473 |
|
Helsinki-NLP/opus-mt-fr-tn | e40ce598a94059dbdd62af5ac2d131d0bed676be | 2021-09-09T21:57:24.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"tn",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-tn | 7 | null | transformers | 13,856 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-tn
* source languages: fr
* target languages: tn
* OPUS readme: [fr-tn](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-tn/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-tn/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-tn/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-tn/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.tn | 33.1 | 0.525 |
|
Helsinki-NLP/opus-mt-fr-tum | 7473d7aa084b368c90f23c1dd49056eb20c24543 | 2021-09-09T21:57:41.000Z | [
"pytorch",
"marian",
"text2text-generation",
"fr",
"tum",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-fr-tum | 7 | null | transformers | 13,857 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-fr-tum
* source languages: fr
* target languages: tum
* OPUS readme: [fr-tum](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-tum/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-tum/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-tum/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-tum/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.fr.tum | 23.0 | 0.458 |
|
Helsinki-NLP/opus-mt-guw-de | c604b5915ea5d5d9cf2ccbf6f654c378a8c3f5a2 | 2021-09-09T21:59:27.000Z | [
"pytorch",
"marian",
"text2text-generation",
"guw",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-guw-de | 7 | null | transformers | 13,858 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-guw-de
* source languages: guw
* target languages: de
* OPUS readme: [guw-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/guw-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-20.zip](https://object.pouta.csc.fi/OPUS-MT-models/guw-de/opus-2020-01-20.zip)
* test set translations: [opus-2020-01-20.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/guw-de/opus-2020-01-20.test.txt)
* test set scores: [opus-2020-01-20.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/guw-de/opus-2020-01-20.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.guw.de | 22.7 | 0.434 |
|
Helsinki-NLP/opus-mt-ha-fi | a77e0c9743ed2eb843bf986ff26f2563139de3c9 | 2021-09-09T22:00:07.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ha",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ha-fi | 7 | null | transformers | 13,859 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ha-fi
* source languages: ha
* target languages: fi
* OPUS readme: [ha-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ha-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-24.zip](https://object.pouta.csc.fi/OPUS-MT-models/ha-fi/opus-2020-01-24.zip)
* test set translations: [opus-2020-01-24.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ha-fi/opus-2020-01-24.test.txt)
* test set scores: [opus-2020-01-24.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ha-fi/opus-2020-01-24.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ha.fi | 21.9 | 0.435 |
|
Helsinki-NLP/opus-mt-ht-fi | 124f6df81367006cf955565e4878337bdf7e650b | 2021-09-09T22:10:35.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ht",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ht-fi | 7 | null | transformers | 13,860 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ht-fi
* source languages: ht
* target languages: fi
* OPUS readme: [ht-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ht-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/ht-fi/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ht-fi/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ht-fi/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ht.fi | 23.3 | 0.464 |
|
Helsinki-NLP/opus-mt-hu-eo | 1640b756309e2a06e81421b74f491d4515417270 | 2020-08-21T14:42:46.000Z | [
"pytorch",
"marian",
"text2text-generation",
"hu",
"eo",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-hu-eo | 7 | null | transformers | 13,861 | ---
language:
- hu
- eo
tags:
- translation
license: apache-2.0
---
### hun-epo
* source group: Hungarian
* target group: Esperanto
* OPUS readme: [hun-epo](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/hun-epo/README.md)
* model: transformer-align
* source language(s): hun
* target language(s): epo
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm4k,spm4k)
* download original weights: [opus-2020-06-16.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/hun-epo/opus-2020-06-16.zip)
* test set translations: [opus-2020-06-16.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/hun-epo/opus-2020-06-16.test.txt)
* test set scores: [opus-2020-06-16.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/hun-epo/opus-2020-06-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.hun.epo | 17.9 | 0.378 |
### System Info:
- hf_name: hun-epo
- source_languages: hun
- target_languages: epo
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/hun-epo/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['hu', 'eo']
- src_constituents: {'hun'}
- tgt_constituents: {'epo'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm4k,spm4k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/hun-epo/opus-2020-06-16.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/hun-epo/opus-2020-06-16.test.txt
- src_alpha3: hun
- tgt_alpha3: epo
- short_pair: hu-eo
- chrF2_score: 0.37799999999999995
- bleu: 17.9
- brevity_penalty: 0.934
- ref_len: 76005.0
- src_name: Hungarian
- tgt_name: Esperanto
- train_date: 2020-06-16
- src_alpha2: hu
- tgt_alpha2: eo
- prefer_old: False
- long_pair: hun-epo
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-is-eo | 8dde7e3ca4c0de5f30fec221157f0b6ecb1023b1 | 2020-08-21T14:42:46.000Z | [
"pytorch",
"marian",
"text2text-generation",
"is",
"eo",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-is-eo | 7 | null | transformers | 13,862 | ---
language:
- is
- eo
tags:
- translation
license: apache-2.0
---
### isl-epo
* source group: Icelandic
* target group: Esperanto
* OPUS readme: [isl-epo](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/isl-epo/README.md)
* model: transformer-align
* source language(s): isl
* target language(s): epo
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm4k,spm4k)
* download original weights: [opus-2020-06-16.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/isl-epo/opus-2020-06-16.zip)
* test set translations: [opus-2020-06-16.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/isl-epo/opus-2020-06-16.test.txt)
* test set scores: [opus-2020-06-16.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/isl-epo/opus-2020-06-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.isl.epo | 11.8 | 0.314 |
### System Info:
- hf_name: isl-epo
- source_languages: isl
- target_languages: epo
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/isl-epo/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['is', 'eo']
- src_constituents: {'isl'}
- tgt_constituents: {'epo'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm4k,spm4k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/isl-epo/opus-2020-06-16.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/isl-epo/opus-2020-06-16.test.txt
- src_alpha3: isl
- tgt_alpha3: epo
- short_pair: is-eo
- chrF2_score: 0.314
- bleu: 11.8
- brevity_penalty: 1.0
- ref_len: 1528.0
- src_name: Icelandic
- tgt_name: Esperanto
- train_date: 2020-06-16
- src_alpha2: is
- tgt_alpha2: eo
- prefer_old: False
- long_pair: isl-epo
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-iso-fr | 63ae31feceb45f0da95f82207dc78ba433199506 | 2021-09-10T13:52:41.000Z | [
"pytorch",
"marian",
"text2text-generation",
"iso",
"fr",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-iso-fr | 7 | null | transformers | 13,863 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-iso-fr
* source languages: iso
* target languages: fr
* OPUS readme: [iso-fr](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/iso-fr/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/iso-fr/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/iso-fr/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/iso-fr/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.iso.fr | 25.6 | 0.422 |
|
Helsinki-NLP/opus-mt-it-is | d84fc704804cec04161162676199c119ba3023fc | 2020-08-21T14:42:46.000Z | [
"pytorch",
"marian",
"text2text-generation",
"it",
"is",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-it-is | 7 | null | transformers | 13,864 | ---
language:
- it
- is
tags:
- translation
license: apache-2.0
---
### ita-isl
* source group: Italian
* target group: Icelandic
* OPUS readme: [ita-isl](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/ita-isl/README.md)
* model: transformer-align
* source language(s): ita
* target language(s): isl
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/ita-isl/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/ita-isl/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/ita-isl/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.ita.isl | 28.6 | 0.524 |
### System Info:
- hf_name: ita-isl
- source_languages: ita
- target_languages: isl
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/ita-isl/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['it', 'is']
- src_constituents: {'ita'}
- tgt_constituents: {'isl'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/ita-isl/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/ita-isl/opus-2020-06-17.test.txt
- src_alpha3: ita
- tgt_alpha3: isl
- short_pair: it-is
- chrF2_score: 0.524
- bleu: 28.6
- brevity_penalty: 0.972
- ref_len: 1459.0
- src_name: Italian
- tgt_name: Icelandic
- train_date: 2020-06-17
- src_alpha2: it
- tgt_alpha2: is
- prefer_old: False
- long_pair: ita-isl
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-kg-es | fa0ac81ee159070d7f95acbd2d090a912fc1be53 | 2021-09-10T13:53:42.000Z | [
"pytorch",
"marian",
"text2text-generation",
"kg",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-kg-es | 7 | null | transformers | 13,865 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-kg-es
* source languages: kg
* target languages: es
* OPUS readme: [kg-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/kg-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/kg-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/kg-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/kg-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.kg.es | 22.4 | 0.402 |
|
Helsinki-NLP/opus-mt-loz-de | 84784b866053e70f78262db788bf3451af90d0d3 | 2021-09-10T13:55:12.000Z | [
"pytorch",
"marian",
"text2text-generation",
"loz",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-loz-de | 7 | null | transformers | 13,866 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-loz-de
* source languages: loz
* target languages: de
* OPUS readme: [loz-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/loz-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/loz-de/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/loz-de/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/loz-de/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.loz.de | 24.3 | 0.438 |
|
Helsinki-NLP/opus-mt-lu-sv | d53df2c0f2214924899910064ec0dc1d015540a7 | 2021-09-10T13:56:00.000Z | [
"pytorch",
"marian",
"text2text-generation",
"lu",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-lu-sv | 7 | null | transformers | 13,867 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-lu-sv
* source languages: lu
* target languages: sv
* OPUS readme: [lu-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/lu-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/lu-sv/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/lu-sv/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/lu-sv/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.lu.sv | 25.4 | 0.435 |
|
Helsinki-NLP/opus-mt-lv-fi | bc48c74bf054604359d55ba71799cf75dc5d7df9 | 2021-09-10T13:57:14.000Z | [
"pytorch",
"marian",
"text2text-generation",
"lv",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-lv-fi | 7 | null | transformers | 13,868 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-lv-fi
* source languages: lv
* target languages: fi
* OPUS readme: [lv-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/lv-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/lv-fi/opus-2020-01-09.zip)
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/lv-fi/opus-2020-01-09.test.txt)
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/lv-fi/opus-2020-01-09.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.lv.fi | 20.6 | 0.469 |
|
Helsinki-NLP/opus-mt-lv-ru | 22b9e39be5084ffc610d75198e0afd56dc59eb9d | 2020-08-21T14:42:47.000Z | [
"pytorch",
"marian",
"text2text-generation",
"lv",
"ru",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-lv-ru | 7 | null | transformers | 13,869 | ---
language:
- lv
- ru
tags:
- translation
license: apache-2.0
---
### lav-rus
* source group: Latvian
* target group: Russian
* OPUS readme: [lav-rus](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/lav-rus/README.md)
* model: transformer-align
* source language(s): lav
* target language(s): rus
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/lav-rus/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/lav-rus/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/lav-rus/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.lav.rus | 53.3 | 0.702 |
### System Info:
- hf_name: lav-rus
- source_languages: lav
- target_languages: rus
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/lav-rus/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['lv', 'ru']
- src_constituents: {'lav'}
- tgt_constituents: {'rus'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/lav-rus/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/lav-rus/opus-2020-06-17.test.txt
- src_alpha3: lav
- tgt_alpha3: rus
- short_pair: lv-ru
- chrF2_score: 0.7020000000000001
- bleu: 53.3
- brevity_penalty: 0.9840000000000001
- ref_len: 1541.0
- src_name: Latvian
- tgt_name: Russian
- train_date: 2020-06-17
- src_alpha2: lv
- tgt_alpha2: ru
- prefer_old: False
- long_pair: lav-rus
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-mg-es | ad7b2c6100e9441a1210fc613c5d36d7eb97a205 | 2021-09-10T13:57:40.000Z | [
"pytorch",
"marian",
"text2text-generation",
"mg",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-mg-es | 7 | null | transformers | 13,870 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-mg-es
* source languages: mg
* target languages: es
* OPUS readme: [mg-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/mg-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/mg-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/mg-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/mg-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| GlobalVoices.mg.es | 23.1 | 0.480 |
|
Helsinki-NLP/opus-mt-mh-fi | 74a7fd42ed5136209e9bcda55be792e4130874fa | 2021-09-10T13:57:56.000Z | [
"pytorch",
"marian",
"text2text-generation",
"mh",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-mh-fi | 7 | null | transformers | 13,871 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-mh-fi
* source languages: mh
* target languages: fi
* OPUS readme: [mh-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/mh-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-24.zip](https://object.pouta.csc.fi/OPUS-MT-models/mh-fi/opus-2020-01-24.zip)
* test set translations: [opus-2020-01-24.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/mh-fi/opus-2020-01-24.test.txt)
* test set scores: [opus-2020-01-24.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/mh-fi/opus-2020-01-24.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.mh.fi | 23.3 | 0.442 |
|
Helsinki-NLP/opus-mt-mk-fi | e4265431e6f7fb005b76e3f6fe05187e52d8f7c3 | 2021-09-10T13:58:03.000Z | [
"pytorch",
"marian",
"text2text-generation",
"mk",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-mk-fi | 7 | null | transformers | 13,872 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-mk-fi
* source languages: mk
* target languages: fi
* OPUS readme: [mk-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/mk-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-24.zip](https://object.pouta.csc.fi/OPUS-MT-models/mk-fi/opus-2020-01-24.zip)
* test set translations: [opus-2020-01-24.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/mk-fi/opus-2020-01-24.test.txt)
* test set scores: [opus-2020-01-24.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/mk-fi/opus-2020-01-24.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.mk.fi | 25.9 | 0.498 |
|
Helsinki-NLP/opus-mt-nl-no | 157afff54d8ea17db44767e7d85b6c1bd3286104 | 2020-08-21T14:42:48.000Z | [
"pytorch",
"marian",
"text2text-generation",
"nl",
"no",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-nl-no | 7 | null | transformers | 13,873 | ---
language:
- nl
- no
tags:
- translation
license: apache-2.0
---
### nld-nor
* source group: Dutch
* target group: Norwegian
* OPUS readme: [nld-nor](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/nld-nor/README.md)
* model: transformer-align
* source language(s): nld
* target language(s): nob
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm4k,spm4k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/nld-nor/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/nld-nor/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/nld-nor/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.nld.nor | 36.1 | 0.562 |
### System Info:
- hf_name: nld-nor
- source_languages: nld
- target_languages: nor
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/nld-nor/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['nl', 'no']
- src_constituents: {'nld'}
- tgt_constituents: {'nob', 'nno'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm4k,spm4k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/nld-nor/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/nld-nor/opus-2020-06-17.test.txt
- src_alpha3: nld
- tgt_alpha3: nor
- short_pair: nl-no
- chrF2_score: 0.562
- bleu: 36.1
- brevity_penalty: 0.966
- ref_len: 1459.0
- src_name: Dutch
- tgt_name: Norwegian
- train_date: 2020-06-17
- src_alpha2: nl
- tgt_alpha2: no
- prefer_old: False
- long_pair: nld-nor
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-pag-de | ec2920a4cb49d1fd32c0402a97d037ff6d607383 | 2021-09-10T14:00:10.000Z | [
"pytorch",
"marian",
"text2text-generation",
"pag",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-pag-de | 7 | null | transformers | 13,874 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-pag-de
* source languages: pag
* target languages: de
* OPUS readme: [pag-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/pag-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/pag-de/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/pag-de/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/pag-de/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.pag.de | 22.8 | 0.435 |
|
Helsinki-NLP/opus-mt-pag-sv | 361dc10aa0664184e7f8bb870c2585a8bf5f4a52 | 2021-09-10T14:00:29.000Z | [
"pytorch",
"marian",
"text2text-generation",
"pag",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-pag-sv | 7 | null | transformers | 13,875 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-pag-sv
* source languages: pag
* target languages: sv
* OPUS readme: [pag-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/pag-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/pag-sv/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/pag-sv/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/pag-sv/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.pag.sv | 29.8 | 0.492 |
|
Helsinki-NLP/opus-mt-pap-de | 35b705d007c6864e57d43f90fb8a8ae88000e158 | 2021-09-10T14:00:33.000Z | [
"pytorch",
"marian",
"text2text-generation",
"pap",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-pap-de | 7 | null | transformers | 13,876 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-pap-de
* source languages: pap
* target languages: de
* OPUS readme: [pap-de](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/pap-de/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/pap-de/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/pap-de/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/pap-de/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.pap.de | 25.0 | 0.466 |
|
Helsinki-NLP/opus-mt-pap-fr | 455e31f53deeb3f1553bdaab8939c4a2d08c6742 | 2021-09-10T14:00:48.000Z | [
"pytorch",
"marian",
"text2text-generation",
"pap",
"fr",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-pap-fr | 7 | null | transformers | 13,877 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-pap-fr
* source languages: pap
* target languages: fr
* OPUS readme: [pap-fr](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/pap-fr/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/pap-fr/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/pap-fr/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/pap-fr/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.pap.fr | 31.0 | 0.498 |
|
Helsinki-NLP/opus-mt-pl-uk | 9d16c134ef48cf0d7071f078d3097d7b68515108 | 2020-08-21T14:42:48.000Z | [
"pytorch",
"marian",
"text2text-generation",
"pl",
"uk",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-pl-uk | 7 | null | transformers | 13,878 | ---
language:
- pl
- uk
tags:
- translation
license: apache-2.0
---
### pol-ukr
* source group: Polish
* target group: Ukrainian
* OPUS readme: [pol-ukr](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/pol-ukr/README.md)
* model: transformer-align
* source language(s): pol
* target language(s): ukr
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/pol-ukr/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/pol-ukr/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/pol-ukr/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.pol.ukr | 47.1 | 0.665 |
### System Info:
- hf_name: pol-ukr
- source_languages: pol
- target_languages: ukr
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/pol-ukr/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['pl', 'uk']
- src_constituents: {'pol'}
- tgt_constituents: {'ukr'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/pol-ukr/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/pol-ukr/opus-2020-06-17.test.txt
- src_alpha3: pol
- tgt_alpha3: ukr
- short_pair: pl-uk
- chrF2_score: 0.665
- bleu: 47.1
- brevity_penalty: 0.992
- ref_len: 13434.0
- src_name: Polish
- tgt_name: Ukrainian
- train_date: 2020-06-17
- src_alpha2: pl
- tgt_alpha2: uk
- prefer_old: False
- long_pair: pol-ukr
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-rn-ru | 7c78453f796d7ffa8e72ea1de3871e48d1eddede | 2020-08-21T14:42:49.000Z | [
"pytorch",
"marian",
"text2text-generation",
"rn",
"ru",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-rn-ru | 7 | null | transformers | 13,879 | ---
language:
- rn
- ru
tags:
- translation
license: apache-2.0
---
### run-rus
* source group: Rundi
* target group: Russian
* OPUS readme: [run-rus](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/run-rus/README.md)
* model: transformer-align
* source language(s): run
* target language(s): rus
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm4k,spm4k)
* download original weights: [opus-2020-06-16.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/run-rus/opus-2020-06-16.zip)
* test set translations: [opus-2020-06-16.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/run-rus/opus-2020-06-16.test.txt)
* test set scores: [opus-2020-06-16.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/run-rus/opus-2020-06-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.run.rus | 17.1 | 0.321 |
### System Info:
- hf_name: run-rus
- source_languages: run
- target_languages: rus
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/run-rus/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['rn', 'ru']
- src_constituents: {'run'}
- tgt_constituents: {'rus'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm4k,spm4k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/run-rus/opus-2020-06-16.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/run-rus/opus-2020-06-16.test.txt
- src_alpha3: run
- tgt_alpha3: rus
- short_pair: rn-ru
- chrF2_score: 0.321
- bleu: 17.1
- brevity_penalty: 1.0
- ref_len: 6635.0
- src_name: Rundi
- tgt_name: Russian
- train_date: 2020-06-16
- src_alpha2: rn
- tgt_alpha2: ru
- prefer_old: False
- long_pair: run-rus
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-sg-sv | 26ff3b1f0fc554cdf5c5a35e39dd011d0c090cfa | 2021-09-10T14:03:17.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sg",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sg-sv | 7 | null | transformers | 13,880 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sg-sv
* source languages: sg
* target languages: sv
* OPUS readme: [sg-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sg-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/sg-sv/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sg-sv/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sg-sv/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sg.sv | 25.3 | 0.428 |
|
Helsinki-NLP/opus-mt-sn-sv | a04aac0d479b930cfcb0c384a4ef6fbe8db11fa2 | 2021-09-10T14:04:15.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sn",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sn-sv | 7 | null | transformers | 13,881 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sn-sv
* source languages: sn
* target languages: sv
* OPUS readme: [sn-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sn-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sn-sv/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sn-sv/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sn-sv/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sn.sv | 35.6 | 0.536 |
|
Helsinki-NLP/opus-mt-sv-ZH | a3963f45b98a37e9e6f0c3009df29a4c64382843 | 2021-09-10T14:05:17.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"zh",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-ZH | 7 | null | transformers | 13,882 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-ZH
* source languages: sv
* target languages: cmn,cn,yue,ze_zh,zh_cn,zh_CN,zh_HK,zh_tw,zh_TW,zh_yue,zhs,zht,zh
* OPUS readme: [sv-cmn+cn+yue+ze_zh+zh_cn+zh_CN+zh_HK+zh_tw+zh_TW+zh_yue+zhs+zht+zh](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-cmn+cn+yue+ze_zh+zh_cn+zh_CN+zh_HK+zh_tw+zh_TW+zh_yue+zhs+zht+zh/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-cmn+cn+yue+ze_zh+zh_cn+zh_CN+zh_HK+zh_tw+zh_TW+zh_yue+zhs+zht+zh/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-cmn+cn+yue+ze_zh+zh_cn+zh_CN+zh_HK+zh_tw+zh_TW+zh_yue+zhs+zht+zh/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-cmn+cn+yue+ze_zh+zh_cn+zh_CN+zh_HK+zh_tw+zh_TW+zh_yue+zhs+zht+zh/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| bible-uedin.sv.zh | 24.2 | 0.342 |
|
Helsinki-NLP/opus-mt-sv-ilo | 1c31df2dd9f0850eb8bda229eaef4afb1b1f1db4 | 2021-09-10T14:07:22.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"ilo",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-ilo | 7 | null | transformers | 13,883 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-ilo
* source languages: sv
* target languages: ilo
* OPUS readme: [sv-ilo](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-ilo/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-ilo/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-ilo/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-ilo/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.ilo | 34.8 | 0.578 |
|
Helsinki-NLP/opus-mt-sv-lg | 9baf9cc62a3c739d7f55899e3f78af0e0542433f | 2021-09-10T14:07:45.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"lg",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-lg | 7 | null | transformers | 13,884 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-lg
* source languages: sv
* target languages: lg
* OPUS readme: [sv-lg](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-lg/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-lg/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lg/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lg/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.lg | 22.2 | 0.481 |
|
Helsinki-NLP/opus-mt-sv-lua | 55b02235c90bc9425e80e9685bf72108d7819362 | 2021-09-10T14:07:56.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"lua",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-lua | 7 | null | transformers | 13,885 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-lua
* source languages: sv
* target languages: lua
* OPUS readme: [sv-lua](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-lua/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-lua/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lua/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lua/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.lua | 27.2 | 0.513 |
|
Helsinki-NLP/opus-mt-sv-lv | 680bc65f2d40ee467836afb50cddb60dd89473d0 | 2021-09-10T14:08:06.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"lv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-lv | 7 | null | transformers | 13,886 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-lv
* source languages: sv
* target languages: lv
* OPUS readme: [sv-lv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-lv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-lv/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lv/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-lv/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.lv | 20.2 | 0.433 |
|
Helsinki-NLP/opus-mt-sv-mt | b6cf272be58096827cba0967bd05aea777df3870 | 2021-09-10T14:08:22.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"mt",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-mt | 7 | null | transformers | 13,887 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-mt
* source languages: sv
* target languages: mt
* OPUS readme: [sv-mt](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-mt/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-mt/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-mt/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-mt/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.mt | 32.2 | 0.509 |
|
Helsinki-NLP/opus-mt-sv-sg | 7c6377ae48bbaaf763f30a9972b563b32bdf1a05 | 2021-09-10T14:09:12.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"sg",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-sg | 7 | null | transformers | 13,888 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-sg
* source languages: sv
* target languages: sg
* OPUS readme: [sv-sg](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-sg/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-sg/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-sg/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-sg/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.sg | 30.0 | 0.487 |
|
Helsinki-NLP/opus-mt-sv-ve | 346c8bd351f2175dd0fbfe1009709ec16fc82a12 | 2021-09-10T14:10:40.000Z | [
"pytorch",
"marian",
"text2text-generation",
"sv",
"ve",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-sv-ve | 7 | null | transformers | 13,889 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-sv-ve
* source languages: sv
* target languages: ve
* OPUS readme: [sv-ve](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-ve/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-21.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-ve/opus-2020-01-21.zip)
* test set translations: [opus-2020-01-21.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-ve/opus-2020-01-21.test.txt)
* test set scores: [opus-2020-01-21.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-ve/opus-2020-01-21.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.sv.ve | 26.4 | 0.496 |
|
Helsinki-NLP/opus-mt-swc-sv | 34b81befaf8b1b548b3d4a0b7f6411019f8e84ea | 2021-09-11T10:47:57.000Z | [
"pytorch",
"marian",
"text2text-generation",
"swc",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-swc-sv | 7 | null | transformers | 13,890 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-swc-sv
* source languages: swc
* target languages: sv
* OPUS readme: [swc-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/swc-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/swc-sv/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/swc-sv/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/swc-sv/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.swc.sv | 30.7 | 0.495 |
|
Helsinki-NLP/opus-mt-tl-de | 96f41d946a0e784889bb26e1ebdee4c4cc521c06 | 2020-08-21T14:42:51.000Z | [
"pytorch",
"marian",
"text2text-generation",
"tl",
"de",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-tl-de | 7 | null | transformers | 13,891 | ---
language:
- tl
- de
tags:
- translation
license: apache-2.0
---
### tgl-deu
* source group: Tagalog
* target group: German
* OPUS readme: [tgl-deu](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/tgl-deu/README.md)
* model: transformer-align
* source language(s): tgl_Latn
* target language(s): deu
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/tgl-deu/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/tgl-deu/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/tgl-deu/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.tgl.deu | 22.7 | 0.473 |
### System Info:
- hf_name: tgl-deu
- source_languages: tgl
- target_languages: deu
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/tgl-deu/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['tl', 'de']
- src_constituents: {'tgl_Latn'}
- tgt_constituents: {'deu'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/tgl-deu/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/tgl-deu/opus-2020-06-17.test.txt
- src_alpha3: tgl
- tgt_alpha3: deu
- short_pair: tl-de
- chrF2_score: 0.473
- bleu: 22.7
- brevity_penalty: 0.9690000000000001
- ref_len: 2453.0
- src_name: Tagalog
- tgt_name: German
- train_date: 2020-06-17
- src_alpha2: tl
- tgt_alpha2: de
- prefer_old: False
- long_pair: tgl-deu
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-tll-es | f358b6da9bdeedd0d52476693a764bf396c5ae6b | 2021-09-11T10:48:23.000Z | [
"pytorch",
"marian",
"text2text-generation",
"tll",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-tll-es | 7 | null | transformers | 13,892 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-tll-es
* source languages: tll
* target languages: es
* OPUS readme: [tll-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/tll-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/tll-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/tll-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/tll-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.tll.es | 22.9 | 0.403 |
|
Helsinki-NLP/opus-mt-to-sv | c90e8170a6d92a9e5c0bda7b9e62a350110992d9 | 2021-09-11T10:49:05.000Z | [
"pytorch",
"marian",
"text2text-generation",
"to",
"sv",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-to-sv | 7 | null | transformers | 13,893 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-to-sv
* source languages: to
* target languages: sv
* OPUS readme: [to-sv](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/to-sv/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/to-sv/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/to-sv/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/to-sv/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.to.sv | 30.7 | 0.493 |
|
Helsinki-NLP/opus-mt-toi-es | 0df2b54e09f052c3bac339721a221d99d377abb7 | 2021-09-11T10:49:13.000Z | [
"pytorch",
"marian",
"text2text-generation",
"toi",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-toi-es | 7 | null | transformers | 13,894 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-toi-es
* source languages: toi
* target languages: es
* OPUS readme: [toi-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/toi-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/toi-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/toi-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/toi-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.toi.es | 24.6 | 0.416 |
|
Helsinki-NLP/opus-mt-tr-uk | f1c0a9461ac93360a2a69329c2f002fad6449000 | 2020-08-21T14:42:51.000Z | [
"pytorch",
"marian",
"text2text-generation",
"tr",
"uk",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-tr-uk | 7 | null | transformers | 13,895 | ---
language:
- tr
- uk
tags:
- translation
license: apache-2.0
---
### tur-ukr
* source group: Turkish
* target group: Ukrainian
* OPUS readme: [tur-ukr](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/tur-ukr/README.md)
* model: transformer-align
* source language(s): tur
* target language(s): ukr
* model: transformer-align
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/tur-ukr/opus-2020-06-17.zip)
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/tur-ukr/opus-2020-06-17.test.txt)
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/tur-ukr/opus-2020-06-17.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| Tatoeba-test.tur.ukr | 42.5 | 0.624 |
### System Info:
- hf_name: tur-ukr
- source_languages: tur
- target_languages: ukr
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/tur-ukr/README.md
- original_repo: Tatoeba-Challenge
- tags: ['translation']
- languages: ['tr', 'uk']
- src_constituents: {'tur'}
- tgt_constituents: {'ukr'}
- src_multilingual: False
- tgt_multilingual: False
- prepro: normalization + SentencePiece (spm32k,spm32k)
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/tur-ukr/opus-2020-06-17.zip
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/tur-ukr/opus-2020-06-17.test.txt
- src_alpha3: tur
- tgt_alpha3: ukr
- short_pair: tr-uk
- chrF2_score: 0.624
- bleu: 42.5
- brevity_penalty: 0.983
- ref_len: 12988.0
- src_name: Turkish
- tgt_name: Ukrainian
- train_date: 2020-06-17
- src_alpha2: tr
- tgt_alpha2: uk
- prefer_old: False
- long_pair: tur-ukr
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
- transformers_git_sha: 2207e5d8cb224e954a7cba69fa4ac2309e9ff30b
- port_machine: brutasse
- port_time: 2020-08-21-14:41 |
Helsinki-NLP/opus-mt-ts-es | 7985f537f0ad634fbcca3e6fda491adf186e424d | 2021-09-11T10:49:53.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ts",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ts-es | 7 | null | transformers | 13,896 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ts-es
* source languages: ts
* target languages: es
* OPUS readme: [ts-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ts-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/ts-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ts-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ts-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ts.es | 28.1 | 0.468 |
|
Helsinki-NLP/opus-mt-ty-fi | 88779b55dcbcc3a014bb893d9fea2b8a8385d830 | 2021-09-11T10:50:58.000Z | [
"pytorch",
"marian",
"text2text-generation",
"ty",
"fi",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-ty-fi | 7 | null | transformers | 13,897 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-ty-fi
* source languages: ty
* target languages: fi
* OPUS readme: [ty-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/ty-fi/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/ty-fi/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/ty-fi/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/ty-fi/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.ty.fi | 21.7 | 0.451 |
|
Helsinki-NLP/opus-mt-tzo-es | f71b4a275fc58021a03bee367c03393bfdb40ec3 | 2021-09-11T10:51:09.000Z | [
"pytorch",
"marian",
"text2text-generation",
"tzo",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-tzo-es | 7 | null | transformers | 13,898 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-tzo-es
* source languages: tzo
* target languages: es
* OPUS readme: [tzo-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/tzo-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/tzo-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/tzo-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/tzo-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.tzo.es | 20.8 | 0.381 |
|
Helsinki-NLP/opus-mt-xh-es | dc2e1acb3053a562b0542279417a4ecf47eb7552 | 2021-09-11T10:52:24.000Z | [
"pytorch",
"marian",
"text2text-generation",
"xh",
"es",
"transformers",
"translation",
"license:apache-2.0",
"autotrain_compatible"
]
| translation | false | Helsinki-NLP | null | Helsinki-NLP/opus-mt-xh-es | 7 | null | transformers | 13,899 | ---
tags:
- translation
license: apache-2.0
---
### opus-mt-xh-es
* source languages: xh
* target languages: es
* OPUS readme: [xh-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/xh-es/README.md)
* dataset: opus
* model: transformer-align
* pre-processing: normalization + SentencePiece
* download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/xh-es/opus-2020-01-16.zip)
* test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/xh-es/opus-2020-01-16.test.txt)
* test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/xh-es/opus-2020-01-16.eval.txt)
## Benchmarks
| testset | BLEU | chr-F |
|-----------------------|-------|-------|
| JW300.xh.es | 32.3 | 0.505 |
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.