Translation
LiteRT
Safetensors
English
Arabic
marian
odegiber commited on
Commit
e6d2d40
·
verified ·
1 Parent(s): e28496a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -45,3 +45,13 @@ tokenizer.decode(output, skip_special_tokens=True)
45
  | Flores+ | 31.1 | 59.1 | 0.8174 |
46
 
47
 
 
 
 
 
 
 
 
 
 
 
 
45
  | Flores+ | 31.1 | 59.1 | 0.8174 |
46
 
47
 
48
+ ## Marian models
49
+
50
+ 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:
51
+
52
+ ```bash
53
+ marian-decoder \
54
+ -i input.txt \
55
+ -c final.model.npz.best-perplexity.npz.decoder.yml \
56
+ -m final.model.npz.best-perplexity.npz \
57
+ -v vocab.spm vocab.spm