Translation
LiteRT
Safetensors
English
German
marian
odegiber commited on
Commit
2040cd3
·
verified ·
1 Parent(s): 573f15a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -48,3 +48,14 @@ tokenizer.decode(output, skip_special_tokens=True)
48
  | Bouquet | 37.6 | 59.9 | 0.8556 |
49
 
50
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  | Bouquet | 37.6 | 59.9 | 0.8556 |
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
+