odegiber commited on
Commit
3b4b112
·
verified ·
1 Parent(s): 527a5a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -35,4 +35,16 @@ tokenizer.decode(output, skip_special_tokens=True)
35
 
36
  | testset | BLEU | chr-F |
37
  |-----------------------|-------|-------|
38
- | flores200 | 20.3 | 50.3 |
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  | testset | BLEU | chr-F |
37
  |-----------------------|-------|-------|
38
+ | flores200 | 20.3 | 50.3 |
39
+
40
+
41
+ ## Marian models
42
+
43
+ We also provide Marian-compatible versions of this model. To use them, compile [Marian](https://marian-nmt.github.io/quickstart/) and run decoding with `marian-decoder`, for example:
44
+
45
+ ```bash
46
+ marian-decoder \
47
+ -i input.txt \
48
+ -c final.model.npz.best-perplexity.npz.decoder.yml \
49
+ -m final.model.npz.best-perplexity.npz \
50
+ -v vocab.spm vocab.spm