Upload en-zh
Browse files- .gitattributes +2 -0
- en-zh/config.json +10 -0
- en-zh/model.bin +3 -0
- en-zh/shared_vocabulary.json +0 -0
- en-zh/source.spm +3 -0
- en-zh/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -90,3 +90,5 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 93 |
+
en-zh/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
en-zh/target.spm filter=lfs diff=lfs merge=lfs -text
|
en-zh/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-zh/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327584c20bb83c7e89d595bcfa30b6ef3771c10816f707e892c4bbb1f808a8fb
|
| 3 |
+
size 79567635
|
en-zh/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
en-zh/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5775ddc9e3ff2fae91554da56468ad35ff56edaba870fea74447bc7234bfdaa8
|
| 3 |
+
size 806435
|
en-zh/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81dc94efa84e4025ef38d25d5d07429fe41e3eb29d44003f1db6fe98487b0052
|
| 3 |
+
size 804600
|