Caplin43 commited on
Commit
ca2ef24
·
verified ·
1 Parent(s): 5d7c4ea

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "mistral",
3
+ "hidden_size": 4096,
4
+ "num_attention_heads": 32,
5
+ "num_hidden_layers": 32,
6
+ "vocab_size": 32000,
7
+ "max_position_embeddings": 8192
8
+ }