HelpMum-Personal commited on
Commit
adef039
1 Parent(s): 867b26a

Update config.json

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