Update to latest model
Browse files- config.json +1 -0
- model.bin +2 -2
- shared_vocabulary.json +0 -0
- spm.model +2 -2
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:6b35f150b3e985131a1485745adce3f0c003222051807f116009241430de22a5
|
3 |
+
size 2318187328
|
shared_vocabulary.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
spm.model
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:138ff63378dea937624f3d2c31c924575ae8aafd8729412635d3c22ea047505b
|
3 |
+
size 1161494
|