perlthoughts commited on
Commit
a7aab4d
1 Parent(s): ab37303

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
- "max_position_embeddings": 16384,
14
  "model_type": "llama",
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
@@ -18,7 +18,7 @@
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": {
21
- "factor": 4.0,
22
  "type": "linear"
23
  },
24
  "rope_theta": 10000.0,
 
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
+ "max_position_embeddings": 8192,
14
  "model_type": "llama",
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
 
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": {
21
+ "factor": 2.0,
22
  "type": "linear"
23
  },
24
  "rope_theta": 10000.0,