system HF staff commited on
Commit
82584b0
1 Parent(s): 598f5fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### opus-mt-pa-en
2
+
3
+ * source languages: pa
4
+ * target languages: en
5
+ * OPUS readme: [pa-en](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/pa-en/README.md)
6
+
7
+ * dataset: opus
8
+ * model: transformer-align
9
+ * pre-processing: normalization + SentencePiece
10
+ * download original weights: [opus-2020-01-16.zip](https://object.pouta.csc.fi/OPUS-MT-models/pa-en/opus-2020-01-16.zip)
11
+ * test set translations: [opus-2020-01-16.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/pa-en/opus-2020-01-16.test.txt)
12
+ * test set scores: [opus-2020-01-16.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/pa-en/opus-2020-01-16.eval.txt)
13
+
14
+ ## Benchmarks
15
+
16
+ | testset | BLEU | chr-F |
17
+ |-----------------------|-------|-------|
18
+ | JW300.pa.en | 20.6 | 0.320 |
19
+ | Tatoeba.pa.en | 29.3 | 0.464 |
20
+