Marian
CTranslate2 supports Transformer models trained with Marian. The conversion requires the paths to the model and vocabularies:
ct2-marian-converter --model_path model.npz --vocab_paths src.vocab.yml tgt.vocab.yml \
--output_dir ct2_model
Attention
Models already converted with marian-conv
are not supported.