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