Arunjith commited on
Commit
660019d
1 Parent(s): a8eeacd

back orginal config

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -33,8 +33,11 @@
33
  },
34
  "rms_norm_eps": 1e-05,
35
  "rope_scaling": {
36
- "factor": 8.0,
37
- "rope_type"='None'
 
 
 
38
  },
39
  "rope_theta": 500000.0,
40
  "tie_word_embeddings": false,
 
33
  },
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,