Upload ar-en
Browse files- .gitattributes +2 -0
- ar-en/config.json +10 -0
- ar-en/model.bin +3 -0
- ar-en/shared_vocabulary.json +0 -0
- ar-en/source.spm +3 -0
- ar-en/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -70,3 +70,5 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 73 |
+
ar-en/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
ar-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
ar-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 |
+
}
|
ar-en/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68115fa2b5737a40cd53ec76ce88ff8a813fe1ee2baceb26e40ab0a248e178ef
|
| 3 |
+
size 78440795
|
ar-en/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ar-en/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:484f7210e5f4466f7e5b99b660717c6ef2a6f90746196daba507795b69dc02a2
|
| 3 |
+
size 917407
|
ar-en/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:156cae4f035ba812224e79d71626802a07296a3ad2ea5c6bc1f2cb35420dfeb4
|
| 3 |
+
size 801886
|