wuzigua commited on
Commit
59d0050
·
verified ·
1 Parent(s): 060fdd3

Phase 1 initial upload: Helsinki-NLP/opus-mt-cpp-en → CT2 float16

Browse files
Files changed (9) hide show
  1. .gitattributes +2 -0
  2. README.md +36 -0
  3. config.json +10 -0
  4. model.bin +3 -0
  5. shared_vocabulary.json +0 -0
  6. source.spm +3 -0
  7. target.spm +3 -0
  8. tokenizer_config.json +1 -0
  9. vocab.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ source.spm filter=lfs diff=lfs merge=lfs -text
37
+ target.spm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - translation
5
+ - opus-mt
6
+ - ctranslate2
7
+ - custom
8
+ source_model: Helsinki-NLP/opus-mt-cpp-en
9
+ ---
10
+
11
+ # ooeoeo/opus-mt-cpp-en-ct2-float16
12
+
13
+ CTranslate2 float16 quantized version of `Helsinki-NLP/opus-mt-cpp-en`.
14
+
15
+ Converted for use in the [ooeoeo](https://ooeoeo.com) desktop engine
16
+ with the `opus-mt-server` inference runtime.
17
+
18
+ ## Source
19
+
20
+ - Upstream model: [Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
21
+ - Variant: `custom`
22
+ - Language pair: `custom`
23
+
24
+ ## Conversion
25
+
26
+ ```bash
27
+ ct2-transformers-converter \
28
+ --model Helsinki-NLP/opus-mt-cpp-en \
29
+ --output_dir ct2/ \
30
+ --quantization float16 \
31
+ --copy_files source.spm target.spm tokenizer_config.json vocab.json
32
+ ```
33
+
34
+ ## License
35
+
36
+ Apache-2.0 (inherited from upstream Helsinki-NLP/Opus-MT).
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": false,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "</s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "multi_query_attention": false,
9
+ "unk_token": "<unk>"
10
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3217b35cd94cf81dd6b1d512e32187bfa7852608869d1a55224a645810eabb50
3
+ size 148104129
shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921eac957d02068ba26ce8f413c8d67a8912d8d619da5901e011ef1afe5aaa5d
3
+ size 814512
target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa9f577c9b97fe30fb2257e3873faa95a9caeca596faee22811d40e7afae0ea
3
+ size 811797
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"target_lang": "eng", "source_lang": "cpp"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff