Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
language:
|
|
|
|
| 1 |
+
## Overview
|
| 2 |
+
This model is ["staka/fugumt-ja-en"](https://huggingface.co/staka/fugumt-en-ja) converted to run on [CTranslate2](https://github.com/OpenNMT/CTranslate2).
|
| 3 |
+
|
| 4 |
+
Below is a convert command:
|
| 5 |
+
```shell
|
| 6 |
+
pip install ctranslate2 huggingface_hub torch transformers
|
| 7 |
+
ct2-transformers-converter --model staka/fugumt-ja-en --output_dir fugumt-ja-en-ct2 \
|
| 8 |
+
--copy_files source.spm target.spm tokenizer_config.json
|
| 9 |
+
```
|
| 10 |
+
|
| 11 |
+
## License
|
| 12 |
+
Based on the original model, this work is licensed under a CC [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) license.
|
| 13 |
+
|
| 14 |
---
|
| 15 |
license: cc-by-sa-4.0
|
| 16 |
language:
|