emozilla commited on
Commit
2493e45
1 Parent(s): d76be33

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "merged",
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": false,
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
  }