Added mT5 model
Browse files- model/config.json +9 -0
- model/model.bin +3 -0
- model/shared_vocabulary.json +0 -0
model/config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_source_bos": false,
|
3 |
+
"add_source_eos": false,
|
4 |
+
"bos_token": "<pad>",
|
5 |
+
"decoder_start_token": "<pad>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"layer_norm_epsilon": null,
|
8 |
+
"unk_token": "<unk>"
|
9 |
+
}
|
model/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cffcd7e9055a93d55965738a612bfc0e3ff4cb342e736c8399f0a2a08618af8
|
3 |
+
size 7485277864
|
model/shared_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|