Commit
·
8cc9e19
1
Parent(s):
2324626
Add missing `model_type` to `config.json`
Browse files- config.json +2 -1
config.json
CHANGED
@@ -7,5 +7,6 @@
|
|
7 |
"n_kv_heads": 8,
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 32000,
|
10 |
-
"sliding_window": 4096
|
|
|
11 |
}
|
|
|
7 |
"n_kv_heads": 8,
|
8 |
"norm_eps": 1e-05,
|
9 |
"vocab_size": 32000,
|
10 |
+
"sliding_window": 4096,
|
11 |
+
"model_type": "mistral"
|
12 |
}
|