Created
May 5, 2020 17:04
-
-
Save sshleifer/7187df385ff4d7f0c065128d501398c8 to your computer and use it in GitHub Desktop.
Fr-en file on web different than replication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MD=$HOME/transformers_fork/marian_ckpt/fr-en/ | |
vpath=$MD/opus.spm32k-spm32k.vocab.yml | |
build/marian-decoder \ | |
-m $MD/opus.spm32k-spm32k.transformer-align.model1.npz.best-perplexity.npz \ | |
-v $vpath $vpath <<< "▁Le ▁distributeur ▁de ▁billets ▁est ▁en ▁panne ▁." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment