Ber Zoidberg commited on
Commit
521eba6
1 Parent(s): 2717ddb

Change to mistral for reasons.

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "upstage/SOLAR-10.7B-v1.0",
3
  "architectures": [
4
- "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -13,6 +13,7 @@
13
  "intermediate_size": 14336,
14
  "max_position_embeddings": 4096,
15
  "model_type": "llama",
 
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 48,
18
  "num_key_value_heads": 8,
 
1
  {
2
  "_name_or_path": "upstage/SOLAR-10.7B-v1.0",
3
  "architectures": [
4
+ "MistralForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
13
  "intermediate_size": 14336,
14
  "max_position_embeddings": 4096,
15
  "model_type": "llama",
16
+ "sliding_window": 4096,
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 48,
19
  "num_key_value_heads": 8,