glouriousgautam commited on
Commit
4b4cf83
·
verified ·
1 Parent(s): 6bc3285

Update config.json

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