Upload 6 files
Browse files
myen_ctranslate2/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 |
+
}
|
myen_ctranslate2/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f1122b8c6062397190b6615c7bffdfa081c5cb524a6a4e51323e010b46fcec6
|
3 |
+
size 64888500
|
myen_ctranslate2/source.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a0f0d38fdde056cedc664d06cfbaf1cfb3f166e16e154f90b8f37b73d675f6
|
3 |
+
size 402157
|
myen_ctranslate2/source_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
myen_ctranslate2/target.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1946f71af26228107c561db2b9288047911658cdeefef716603835d9735f150e
|
3 |
+
size 370013
|
myen_ctranslate2/target_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|