Upload en-nl
Browse files- .gitattributes +2 -0
- en-nl/config.json +10 -0
- en-nl/model.bin +3 -0
- en-nl/shared_vocabulary.json +0 -0
- en-nl/source.spm +3 -0
- en-nl/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -86,3 +86,5 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 89 |
+
en-nl/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
en-nl/target.spm filter=lfs diff=lfs merge=lfs -text
|
en-nl/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-nl/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6399213f6bf2144d766438c6703e03126eaec562e91ed5d3be31e26180bd830c
|
| 3 |
+
size 80621675
|
en-nl/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
en-nl/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d05781fde84b8793191528a7a176e1b17f96265388f602379ee6ae3139f59141
|
| 3 |
+
size 789525
|
en-nl/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f538d23d4b30641cd97c608d2a83890d503aa1286a5560f19ef949404a786e94
|
| 3 |
+
size 813866
|