pointbreak3000 commited on
Commit
7cdc5a4
verified
1 Parent(s): 8ff8ad1

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["MistralForCausalLM"],
3
+ "model_type": "mistral",
4
+ "hidden_size": 4096,
5
+ "intermediate_size": 14336,
6
+ "num_attention_heads": 32,
7
+ "num_hidden_layers": 32,
8
+ "vocab_size": 32000,
9
+ "tie_word_embeddings": false,
10
+ "torch_dtype": "float16",
11
+ "use_cache": true,
12
+ "rope_theta": 10000.0
13
+ }