Upload pl-en
Browse files- .gitattributes +2 -0
- pl-en/config.json +10 -0
- pl-en/model.bin +3 -0
- pl-en/shared_vocabulary.json +0 -0
- pl-en/source.spm +3 -0
- pl-en/target.spm +3 -0
.gitattributes
CHANGED
|
@@ -82,3 +82,5 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 85 |
+
pl-en/source.spm filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
pl-en/target.spm filter=lfs diff=lfs merge=lfs -text
|
pl-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 |
+
}
|
pl-en/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be07a3d22b868de11b4ce7d911b4be6753fb19417ab4227acfea07206c30398e
|
| 3 |
+
size 78750715
|
pl-en/shared_vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pl-en/source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86b3b5f9de4f5ed9c46321bab1f865e3aa9ddf63094e89b49dd515aeafa79ce4
|
| 3 |
+
size 834921
|
pl-en/target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9afaf3a45161adc40b0880d61f6f81f6ca352d68f881bc5d8da2b195023be1e0
|
| 3 |
+
size 785212
|