JRosenkranz
commited on
Commit
•
263cc4b
1
Parent(s):
2190e93
updated model with tied weights
Browse files- config.json +2 -0
- model.safetensors → pytorch_model.bin +2 -2
config.json
CHANGED
@@ -7,6 +7,8 @@
|
|
7 |
"model_type": "mlp_speculator",
|
8 |
"n_candidates": 5,
|
9 |
"n_predict": 5,
|
|
|
|
|
10 |
"top_k_tokens_per_head": [
|
11 |
4,
|
12 |
3,
|
|
|
7 |
"model_type": "mlp_speculator",
|
8 |
"n_candidates": 5,
|
9 |
"n_predict": 5,
|
10 |
+
"scale_input": false,
|
11 |
+
"tie_weights": true,
|
12 |
"top_k_tokens_per_head": [
|
13 |
4,
|
14 |
3,
|
model.safetensors → pytorch_model.bin
RENAMED
@@ -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:56c07e0871b129cf5d9428ca91517810207bb83c08b23fb8773624eaf290ddf4
|
3 |
+
size 859853124
|