blancsw commited on
Commit
34b5b0c
1 Parent(s): 6704f28

Upload README.md with huggingface_hub

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