Upload en-de
Browse files- .gitattributes +2 -0
- en-de/config.json +10 -0
- en-de/model.bin +3 -0
- en-de/shared_vocabulary.json +0 -0
- en-de/source.spm +3 -0
- en-de/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -84,3 +84,5 @@ nl-en/source.spm filter=lfs diff=lfs merge=lfs -text
|
|
| 84 |
nl-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 85 |
pl-en/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 86 |
pl-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 84 |
nl-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 85 |
pl-en/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 86 |
pl-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
en-de/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
en-de/target.spm filter=lfs diff=lfs merge=lfs -text
|
en-de/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-de/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cad348e65aa400a0fce83b2b89a876030092e108ebc5a824ac1def6c76957b2
|
| 3 |
+
size 75979635
|
en-de/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
en-de/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:678f2a1177d8389f67b66299762dcc4fc567e89b07e212ba91b0c56daecf47ce
|
| 3 |
+
size 768489
|
en-de/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbd1f495eea99c8e21ae086d9146e0fa7b096c3dfdd9ba07ab8b631889df5c9b
|
| 3 |
+
size 796845
|