|
--- |
|
license: unknown |
|
language: |
|
- ja |
|
- en |
|
pipeline_tag: translation |
|
--- |
|
https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/ |
|
<br /> |
|
``` |
|
ct2-fairseq-converter --model_path base.pretrain.pt --data_dir . --source_lang en --target_lang ja --quantization float16 --output_dir ../converted/jparacrawl-v3-base-ct2-float16/en-ja |
|
``` |
|
``` |
|
ct2-fairseq-converter --model_path ./base/base.pretrain.pt --data_dir ./base --source_lang ja --target_lang en --quantization float16 --output_dir ../converted/jparacrawl-v3-base-ct2-float16/ja-en |
|
``` |
|
|