wuzigua commited on
Commit
c8f7b81
·
verified ·
1 Parent(s): d05e6e6

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