Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -30,6 +30,6 @@
|
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.44.0.dev0",
|
33 |
-
"use_cache":
|
34 |
"vocab_size": 128256
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "NousResearch/Hermes-3-Llama-3.1-405B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.44.0.dev0",
|
33 |
+
"use_cache": true,
|
34 |
"vocab_size": 128256
|
35 |
}
|