Kalei commited on
Commit
0a1f36e
1 Parent(s): 3fbaa80

Rename rope_type to type for transformers

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