HelpMum-Personal commited on
Commit
867b26a
·
verified ·
1 Parent(s): d6e98df

Update config.json

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