File size: 524 Bytes
661fd38 d65db94 661fd38 d65db94 78f1652 b17f929 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
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
```
|