Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -11,6 +11,8 @@
11
  "text_config": {
12
  "hidden_size": 5120,
13
  "intermediate_size": 14336,
 
 
14
  "max_position_embeddings": 1024000,
15
  "model_type": "mistral",
16
  "num_hidden_layers": 40,
 
11
  "text_config": {
12
  "hidden_size": 5120,
13
  "intermediate_size": 14336,
14
+ "num_attention_heads": 32,
15
+ "head_dim": 128,
16
  "max_position_embeddings": 1024000,
17
  "model_type": "mistral",
18
  "num_hidden_layers": 40,