system HF staff commited on
Commit
6c6b1e5
1 Parent(s): 0015f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: cpp
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### cpp-cpp
10
+
11
+ * source languages: cpp
12
+ * target languages: cpp
13
+ * OPUS readme: [cpp-cpp](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/cpp-cpp/README.md)
14
+
15
+ * dataset: opus
16
+ * model: transformer
17
+ * source language(s): ind pap
18
+ * target language(s): ind pap
19
+ * model: transformer
20
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
21
+ * a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
22
+ * download original weights: [opus-2020-07-26.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/cpp-cpp/opus-2020-07-26.zip)
23
+ * test set translations: [opus-2020-07-26.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/cpp-cpp/opus-2020-07-26.test.txt)
24
+ * test set scores: [opus-2020-07-26.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/cpp-cpp/opus-2020-07-26.eval.txt)
25
+
26
+ ## Benchmarks
27
+
28
+ | testset | BLEU | chr-F |
29
+ |-----------------------|-------|-------|
30
+ | Tatoeba-test.msa-msa.msa.msa | 0.7 | 0.149 |
31
+ | Tatoeba-test.msa-pap.msa.pap | 31.7 | 0.577 |
32
+ | Tatoeba-test.multi.multi | 21.1 | 0.369 |
33
+ | Tatoeba-test.pap-msa.pap.msa | 17.7 | 0.197 |
34
+