Sams200 commited on
Commit
eef42ae
·
verified ·
1 Parent(s): 7b77a99

Upload opus-mt-st-en CTranslate2 model

Browse files
Files changed (7) hide show
  1. .gitattributes +2 -0
  2. README.md +28 -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
.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,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - st
4
+ - en
5
+ tags:
6
+ - translation
7
+ - ctranslate2
8
+ - opus-mt
9
+ license: cc-by-4.0
10
+ ---
11
+
12
+ # opus-mt-st-en (CTranslate2)
13
+
14
+ CTranslate2-converted version of [Helsinki-NLP/opus-mt-st-en](https://huggingface.co/Helsinki-NLP/opus-mt-st-en)
15
+ for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2).
16
+
17
+ ## Files
18
+
19
+ | File | Description |
20
+ |------|-------------|
21
+ | `model.bin` | CTranslate2 model weights |
22
+ | `source.spm` | SentencePiece model for the source language |
23
+ | `target.spm` | SentencePiece model for the target language |
24
+
25
+ ## Original
26
+
27
+ Trained by [Helsinki-NLP](https://huggingface.co/Helsinki-NLP) as part of the
28
+ [OPUS-MT](https://github.com/Helsinki-NLP/Opus-MT) project. Licensed CC-BY-4.0.
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:4fc5ef6b4272ffcc5286ae11bbce5de7c1e4c309cb69171b935a536bcdd62b87
3
+ size 295304303
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:ae68167072df23ed4bf5f1be29fc0a0797873d0e4f46d0898f6a8800753ccf9e
3
+ size 823226
target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d315b108868cce2c52bdd7e18ca7aa23a9f791cfba0e5e0e002d708e2adad6f
3
+ size 825822