Upload en-ar
Browse files- .gitattributes +2 -0
- en-ar/config.json +10 -0
- en-ar/model.bin +3 -0
- en-ar/shared_vocabulary.json +0 -0
- en-ar/source.spm +3 -0
- en-ar/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -92,3 +92,5 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 95 |
+
en-ar/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
en-ar/target.spm filter=lfs diff=lfs merge=lfs -text
|
en-ar/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-ar/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:990411b123076f5706de0b55a5ba1609322a18306c0e525043a86ab87634ae36
|
| 3 |
+
size 78424155
|
en-ar/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
en-ar/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81ac8f4d4ee271f4109eac67560a31f9c2d555463ba5eb95c32c6deee8ae819d
|
| 3 |
+
size 801074
|
en-ar/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67d0f6afb87768c078ee46c0756b8cc94b1ec23c5526b49ecf6c3b2f9197ec39
|
| 3 |
+
size 916890
|