Frederik s
commited on
Commit
·
58d51d7
1
Parent(s):
661fd38
Upload 12 files
Browse files- en-ja/config.json +8 -0
- en-ja/model.bin +3 -0
- en-ja/source_vocabulary.txt +0 -0
- en-ja/target_vocabulary.txt +0 -0
- ja-en/config.json +8 -0
- ja-en/model.bin +3 -0
- ja-en/source_vocabulary.txt +0 -0
- ja-en/target_vocabulary.txt +0 -0
- spm.en.nopretok.model +3 -0
- spm.en.nopretok.vocab +0 -0
- spm.ja.nopretok.model +3 -0
- spm.ja.nopretok.vocab +0 -0
en-ja/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_source_bos": false,
|
3 |
+
"add_source_eos": true,
|
4 |
+
"bos_token": "<s>",
|
5 |
+
"decoder_start_token": "</s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"unk_token": "<unk>"
|
8 |
+
}
|
en-ja/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0da403f3b1a13b9476de1ab775b86b02a68fffe4b276bcf15669ce20d6f4b0be
|
3 |
+
size 187632533
|
en-ja/source_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
en-ja/target_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ja-en/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_source_bos": false,
|
3 |
+
"add_source_eos": true,
|
4 |
+
"bos_token": "<s>",
|
5 |
+
"decoder_start_token": "</s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"unk_token": "<unk>"
|
8 |
+
}
|
ja-en/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c2850392d88b7b1ca71627558f8c22fcc1631066d86f3f5712acc0ffc64b995
|
3 |
+
size 187673493
|
ja-en/source_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ja-en/target_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
spm.en.nopretok.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a7de2d5e1e0c8a27279ddba301a31429a3d47cc366ee1b4184c9418c112d01
|
3 |
+
size 743296
|
spm.en.nopretok.vocab
ADDED
The diff for this file is too large to render.
See raw diff
|
|
spm.ja.nopretok.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18927fad3436b4bf23b6bd35e8139c297f0a5f6fa6389511ac2cde345ae83e76
|
3 |
+
size 761943
|
spm.ja.nopretok.vocab
ADDED
The diff for this file is too large to render.
See raw diff
|
|