system HF staff commited on
Commit
3ebda8b
1 Parent(s): d40e5b8

Update README.md

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