abenkbp commited on
Commit
76673bc
·
verified ·
1 Parent(s): 0e20053

Update config.json

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