Thziin commited on
Commit
460c18e
·
verified ·
1 Parent(s): ba0be3c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -18,15 +18,15 @@
18
  "max_position_embeddings": 131072,
19
  "mlp_bias": false,
20
  "model_type": "llama",
21
- "num_attention_heads": 24,
22
- "num_hidden_layers": 28,
23
- "num_key_value_heads": 8,
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": {
27
- "factor": 32.0,
28
- "high_freq_factor": 4.0,
29
- "low_freq_factor": 1.0,
30
  "original_max_position_embeddings": 8192,
31
  "rope_type": "llama3"
32
  },
 
18
  "max_position_embeddings": 131072,
19
  "mlp_bias": false,
20
  "model_type": "llama",
21
+ "num_attention_heads": 28,
22
+ "num_hidden_layers": 30,
23
+ "num_key_value_heads": 10,
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": {
27
+ "factor": 64.0,
28
+ "high_freq_factor": 8.0,
29
+ "low_freq_factor": 2.0,
30
  "original_max_position_embeddings": 8192,
31
  "rope_type": "llama3"
32
  },