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