Upload en-ru
Browse files- .gitattributes +2 -0
- en-ru/config.json +10 -0
- en-ru/model.bin +3 -0
- en-ru/shared_vocabulary.json +0 -0
- en-ru/source.spm +3 -0
- en-ru/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -88,3 +88,5 @@ en-de/source.spm filter=lfs diff=lfs merge=lfs -text
|
|
| 88 |
en-de/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 89 |
en-nl/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 90 |
en-nl/target.spm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 88 |
en-de/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 89 |
en-nl/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 90 |
en-nl/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
en-ru/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
en-ru/target.spm filter=lfs diff=lfs merge=lfs -text
|
en-ru/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 |
+
}
|
en-ru/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5ae1da30bcb61e877c549be8fb5a434193893eb97509ccd0b954465f9a8f80c
|
| 3 |
+
size 78276475
|
en-ru/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
en-ru/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16bebef1389a0b8ab452772c4e35b9e605e5713f8ac7baa71ca701394eaa086d
|
| 3 |
+
size 802781
|
en-ru/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:745998e51ba5b058e38b7ac7765c25c43ed5c1c39cc92b27163b9b2e323c9d7c
|
| 3 |
+
size 1080169
|