Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Helsinki-NLP/opus-mt-es-it
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
- it
|
6 |
+
license: apache-2.0
|
7 |
+
pipeline_tag: translation
|
8 |
+
tags:
|
9 |
+
- translation
|
10 |
+
- onnx
|
11 |
+
---
|
12 |
+
|
13 |
+
### opus-mt-es-it
|
14 |
+
|
15 |
+
* source languages: es
|
16 |
+
* target languages: it
|
17 |
+
* OPUS readme: [es-it](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/es-it/README.md)
|
18 |
+
|
19 |
+
* dataset: opus
|
20 |
+
* model: transformer-align
|
21 |
+
* pre-processing: normalization + SentencePiece
|
22 |
+
* download original weights: [opus-2020-01-29.zip](https://object.pouta.csc.fi/OPUS-MT-models/es-it/opus-2020-01-29.zip)
|
23 |
+
* test set translations: [opus-2020-01-29.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-it/opus-2020-01-29.test.txt)
|
24 |
+
* test set scores: [opus-2020-01-29.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/es-it/opus-2020-01-29.eval.txt)
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
| testset | BLEU | chr-F |
|
29 |
+
|-----------------------|-------|-------|
|
30 |
+
| Tatoeba.es.it | 55.9 | 0.751 |
|
31 |
+
|
32 |
+
|