shift-ykurami commited on
Commit
11a0719
·
verified ·
1 Parent(s): 816ddeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ - ja
6
+ base_model:
7
+ - staka/fugumt-en-ja
8
+ pipeline_tag: translation
9
+ tags:
10
+ - CTranslate2
11
+ ---
12
+
13
+ ## Overview
14
+ This model is ["staka/fugumt-en-ja"](https://huggingface.co/staka/fugumt-en-ja) converted to run on [CTranslate2](https://github.com/OpenNMT/CTranslate2).
15
+
16
+ Below is a convert command:
17
+ ```shell
18
+ pip install ctranslate2 huggingface_hub torch transformers
19
+ ct2-transformers-converter --model staka/fugumt-en-ja --output_dir fugumt-en-ja-ct2 \
20
+ --copy_files source.spm target.spm tokenizer_config.json
21
+ ```
22
+
23
+ ## License
24
+ 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.