Upload 4 files
Browse files- config.json +1 -0
- model.bin +2 -2
- shared_vocabulary.json +0 -0
- spm.50k.model +3 -0
config.json
CHANGED
@@ -5,5 +5,6 @@
|
|
5 |
"decoder_start_token": "</s>",
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
|
|
8 |
"unk_token": "<unk>"
|
9 |
}
|
|
|
5 |
"decoder_start_token": "</s>",
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
8 |
+
"multi_query_attention": false,
|
9 |
"unk_token": "<unk>"
|
10 |
}
|
model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38e98a6e9dd5e6c00cd94647c0695666d78c070bfb1c73ab70a36f7c6557a9e6
|
3 |
+
size 1860811612
|
shared_vocabulary.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
spm.50k.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec1143f19e1763ed954c4060f440ade847163d8267ec9e131b7c829080df8eb7
|
3 |
+
size 1182306
|