Frederik s
commited on
Commit
•
1f6cbdd
1
Parent(s):
e04ce0f
Upload 8 files
Browse files- config.json +8 -0
- model.bin +3 -0
- source_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
- target_vocabulary.txt +0 -0
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 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:730a7b7aa639667bc7ffa06b64a7b01305f0b7a98c029dfd81f949b0635c0fdc
|
3 |
+
size 551218069
|
source_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:183aad11f5fa48b21fdbbb7a97082d160b86cbcc4f9dc5e61d0eebd48390d36a
|
3 |
+
size 751435
|
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:1bff3529a8e0bd898f00707a4e36dc16540d84112cc8a4a14462c0099e4aab9d
|
3 |
+
size 785276
|
spm.ja.nopretok.vocab
ADDED
The diff for this file is too large to render.
See raw diff
|
|
target_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|