system HF staff commited on
Commit
f79f627
1 Parent(s): 3675479

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-sv-fi
2
+
3
+ * source languages: sv
4
+ * target languages: fi
5
+ * OPUS readme: [sv-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/sv-fi/README.md)
6
+
7
+ * dataset: opus+bt
8
+ * model: transformer-align
9
+ * pre-processing: normalization + SentencePiece
10
+ * download original weights: [opus+bt-2020-04-07.zip](https://object.pouta.csc.fi/OPUS-MT-models/sv-fi/opus+bt-2020-04-07.zip)
11
+ * test set translations: [opus+bt-2020-04-07.test.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-fi/opus+bt-2020-04-07.test.txt)
12
+ * test set scores: [opus+bt-2020-04-07.eval.txt](https://object.pouta.csc.fi/OPUS-MT-models/sv-fi/opus+bt-2020-04-07.eval.txt)
13
+
14
+ ## Benchmarks
15
+
16
+ | testset | BLEU | chr-F |
17
+ |-----------------------|-------|-------|
18
+ | fiskmo_testset.sv.fi | 26.9 | 0.623 |
19
+ | Tatoeba.sv.fi | 45.2 | 0.678 |
20
+