Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
---
|
5 |
+
license: apache-2.0
|
6 |
+
pipeline_tag: translation
|
7 |
+
base_model: Helsinki-NLP/opus-mt-fr-es
|
8 |
+
language:
|
9 |
+
- fr
|
10 |
+
- es
|
11 |
+
tags:
|
12 |
+
- translation
|
13 |
+
- onnx
|
14 |
+
---
|
15 |
+
|
16 |
+
### opus-mt-fr-es
|
17 |
+
|
18 |
+
* source languages: fr
|
19 |
+
* target languages: es
|
20 |
+
* OPUS readme: [fr-es](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fr-es/README.md)
|
21 |
+
|
22 |
+
* dataset: opus
|
23 |
+
* model: transformer-align
|
24 |
+
* pre-processing: normalization + SentencePiece
|
25 |
+
* download original weights: [opus-2020-01-09.zip](https://object.pouta.csc.fi/OPUS-MT-models/fr-es/opus-2020-01-09.zip)
|
26 |
+
* test set translations: [opus-2020-01-09.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-es/opus-2020-01-09.test.txt)
|
27 |
+
* test set scores: [opus-2020-01-09.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/fr-es/opus-2020-01-09.eval.txt)
|
28 |
+
|
29 |
+
## Benchmarks
|
30 |
+
|
31 |
+
| testset | BLEU | chr-F |
|
32 |
+
|-----------------------|-------|-------|
|
33 |
+
| newssyscomb2009.fr.es | 34.3 | 0.601 |
|
34 |
+
| news-test2008.fr.es | 32.5 | 0.583 |
|
35 |
+
| newstest2009.fr.es | 31.6 | 0.586 |
|
36 |
+
| newstest2010.fr.es | 36.5 | 0.616 |
|
37 |
+
| newstest2011.fr.es | 38.3 | 0.622 |
|
38 |
+
| newstest2012.fr.es | 38.1 | 0.619 |
|
39 |
+
| newstest2013.fr.es | 34.0 | 0.587 |
|
40 |
+
| Tatoeba.fr.es | 53.2 | 0.709 |
|
41 |
+
|
42 |
+
|
43 |
+
|