Update README.md
Browse files
README.md
CHANGED
|
@@ -45,3 +45,13 @@ tokenizer.decode(output, skip_special_tokens=True)
|
|
| 45 |
| Flores+ | 11.7 | 51.6 | 0.824 |
|
| 46 |
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
| Flores+ | 11.7 | 51.6 | 0.824 |
|
| 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
|