wuzigua commited on
Commit
1870789
·
verified ·
1 Parent(s): 2992276

Phase 1 initial upload: Helsinki-NLP/opus-mt-ee-es → 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-ee-es
9
+ ---
10
+
11
+ # ooeoeo/opus-mt-ee-es-ct2-float16
12
+
13
+ CTranslate2 float16 quantized version of `Helsinki-NLP/opus-mt-ee-es`.
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-ee-es](https://huggingface.co/Helsinki-NLP/opus-mt-ee-es)
21
+ - Variant: `custom`
22
+ - Language pair: `custom`
23
+
24
+ ## Conversion
25
+
26
+ ```bash
27
+ ct2-transformers-converter \
28
+ --model Helsinki-NLP/opus-mt-ee-es \
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:a3bf3399bf1e66e2ecf82357fe19e2347a79a5ce1d52344df17faf860b4627df
3
+ size 150538827
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:ac7ac3678e72156a25652c90068ed78e541cbd250469cb5eb18cd057f95efba2
3
+ size 831635
target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb2498afac285d3aafb1d54facbc9e5f58238f8e348b4d5d228dda241aefeeb6
3
+ size 848145
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"target_lang": "es", "source_lang": "ee"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff