Frederik s commited on
Commit ·
05dfd81
1
Parent(s): 9693659
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
+
language:
|
| 4 |
+
- ja
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: translation
|
| 7 |
---
|
| 8 |
+
https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/
|
| 9 |
+
<br />
|
| 10 |
+
```
|
| 11 |
+
ct2-fairseq-converter --model_path small.pretrain.pt --data_dir . --source_lang en --target_lang ja --quantization float16 --output_dir ../converted/jparacrawl-v3-small-ct2-float16/en-ja
|
| 12 |
+
```
|
| 13 |
+
```
|
| 14 |
+
ct2-fairseq-converter --model_path ./small/small.pretrain.pt --data_dir ./small --source_lang ja --target_lang en --quantization float16 --output_dir ../converted/jparacrawl-v3-small-ct2-float16/ja-en
|
| 15 |
+
```
|