Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
{
|
2 |
-
"architectures": [
|
|
|
|
|
3 |
"attention_dropout": 0.0,
|
4 |
"bos_token_id": 1,
|
5 |
"eos_token_id": 2,
|
@@ -17,7 +19,7 @@
|
|
17 |
"sliding_window": null,
|
18 |
"tie_word_embeddings": false,
|
19 |
"torch_dtype": "bfloat16",
|
20 |
-
"transformers_version": "4.
|
21 |
"use_cache": true,
|
22 |
-
"vocab_size":
|
23 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"MistralForCausalLM"
|
4 |
+
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 1,
|
7 |
"eos_token_id": 2,
|
|
|
19 |
"sliding_window": null,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "bfloat16",
|
22 |
+
"transformers_version": "4.36.0",
|
23 |
"use_cache": true,
|
24 |
+
"vocab_size": 32000
|
25 |
}
|