Translation
LiteRT
Safetensors
English
Dutch
marian
odegiber commited on
Commit
034880f
·
verified ·
1 Parent(s): 04d37e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -48,3 +48,14 @@ The configuration file fed into OpusDistillery can be found [here](https://githu
48
  | Bouquet | 49.3 | 68.5 | 0.8707 |
49
 
50
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  | Bouquet | 49.3 | 68.5 | 0.8707 |
49
 
50
 
51
+ ## Marian models
52
+
53
+ 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:
54
+
55
+ ```bash
56
+ marian-decoder \
57
+ -i input.txt \
58
+ -c final.model.npz.best-perplexity.npz.decoder.yml \
59
+ -m final.model.npz.best-perplexity.npz \
60
+ -v vocab.spm vocab.spm
61
+