shift-ykurami
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,10 @@ This model is ["staka/fugumt-en-ja"](https://huggingface.co/staka/fugumt-en-ja)
|
|
16 |
Below is a convert command:
|
17 |
```shell
|
18 |
pip install ctranslate2 huggingface_hub torch transformers
|
19 |
-
ct2-transformers-converter
|
|
|
|
|
|
|
20 |
--copy_files source.spm target.spm tokenizer_config.json
|
21 |
```
|
22 |
|
|
|
16 |
Below is a convert command:
|
17 |
```shell
|
18 |
pip install ctranslate2 huggingface_hub torch transformers
|
19 |
+
ct2-transformers-converter \
|
20 |
+
--model staka/fugumt-en-ja \
|
21 |
+
--output_dir fugumt-en-ja-ct2-f32 \
|
22 |
+
--quantization float32 \
|
23 |
--copy_files source.spm target.spm tokenizer_config.json
|
24 |
```
|
25 |
|