File size: 732 Bytes
9b49b9b f1cb87c 833b138 f1cb87c 2c17a3c f1cb87c 921f391 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: cc-by-sa-4.0
language:
- ja
- en
base_model:
- staka/fugumt-ja-en
pipeline_tag: translation
tags:
- CTranslate2
---
## Overview
This model is ["staka/fugumt-ja-en"](https://huggingface.co/staka/fugumt-ja-en) converted to run on [CTranslate2](https://github.com/OpenNMT/CTranslate2).
Below is a convert command:
```shell
pip install ctranslate2 huggingface_hub torch transformers
ct2-transformers-converter \
--model staka/fugumt-ja-en \
--output_dir fugumt-ja-en-ct2-f32 \
--quantization float32 \
--copy_files source.spm target.spm tokenizer_config.json
```
## License
Based on the original model, this work is licensed under a [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) license. |