gkMSDA commited on
Commit
d122287
·
verified ·
1 Parent(s): 97fb1d0

Update config.json

Browse files

"rope_scaling": {
"factor": 8.0,
"high_freq_factor": 4.0,
"low_freq_factor": 1.0,
"original_max_position_embeddings": 8192,
"rope_type": "llama3"
},

Files changed (1) hide show
  1. config.json +2 -5
config.json CHANGED
@@ -25,11 +25,8 @@
25
  "pretraining_tp": 1,
26
  "rms_norm_eps": 1e-05,
27
  "rope_scaling": {
28
- "factor": 8.0,
29
- "high_freq_factor": 4.0,
30
- "low_freq_factor": 1.0,
31
- "original_max_position_embeddings": 8192,
32
- "rope_type": "llama3"
33
  },
34
  "rope_theta": 500000.0,
35
  "tie_word_embeddings": false,
 
25
  "pretraining_tp": 1,
26
  "rms_norm_eps": 1e-05,
27
  "rope_scaling": {
28
+ "factor": 8.0,
29
+ "type": "dynamic"
 
 
 
30
  },
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": false,