taehallm commited on
Commit
7fa404e
1 Parent(s): 9be12ea

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "MistralForCausalLM"
4
  ],
@@ -18,7 +19,7 @@
18
  "sliding_window": 4096,
19
  "tie_word_embeddings": false,
20
  "torch_dtype": "bfloat16",
21
- "transformers_version": "4.34.0.dev0",
22
  "use_cache": true,
23
  "vocab_size": 32000
24
  }
 
1
  {
2
+ "_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
  "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.34.0",
23
  "use_cache": true,
24
  "vocab_size": 32000
25
  }