abhiraj1 commited on
Commit
17edf51
1 Parent(s): 1597a4f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -34,7 +34,10 @@
34
  "rms_norm_eps": 1e-05,
35
  "rope_scaling": {
36
  "factor": 8.0,
37
- "type": "llama3"
 
 
 
38
  },
39
  "rope_theta": 500000.0,
40
  "tie_word_embeddings": false,
 
34
  "rms_norm_eps": 1e-05,
35
  "rope_scaling": {
36
  "factor": 8.0,
37
+ "high_freq_factor": 4.0,
38
+ "low_freq_factor": 1.0,
39
+ "original_max_position_embeddings": 8192,
40
+ "rope_type": "llama3"
41
  },
42
  "rope_theta": 500000.0,
43
  "tie_word_embeddings": false,