Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"sliding_window": null,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
-
"transformers_version": "4.
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 131072
|
| 27 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
|
|
|
| 21 |
"sliding_window": null,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.44.0",
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 131072
|
| 27 |
+
}
|