reign12 commited on
Commit
03c5752
·
verified ·
1 Parent(s): 03d4fa0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -18,7 +18,13 @@
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
20
  "rms_norm_eps": 1e-06,
21
- "rope_scaling": null,
 
 
 
 
 
 
22
  "rope_theta": 1000000,
23
  "sliding_window": null,
24
  "tie_word_embeddings": false,
 
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
20
  "rms_norm_eps": 1e-06,
21
+ "rope_scaling": {
22
+ "factor": 2.0,
23
+ "low_freq_factor": 1.0,
24
+ "high_freq_factor": 32.0,
25
+ "original_max_position_embeddings": 65536,
26
+ "rope_type": "llama3"
27
+ },
28
  "rope_theta": 1000000,
29
  "sliding_window": null,
30
  "tie_word_embeddings": false,