BLACK0X80 commited on
Commit
c80682e
·
verified ·
1 Parent(s): a459b0a

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -22,8 +22,12 @@
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-05,
24
  "rope_parameters": {
 
 
 
 
25
  "rope_theta": 500000.0,
26
- "rope_type": "default"
27
  },
28
  "tie_word_embeddings": true,
29
  "unsloth_fixed": true,
 
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-05,
24
  "rope_parameters": {
25
+ "factor": 32.0,
26
+ "high_freq_factor": 4.0,
27
+ "low_freq_factor": 1.0,
28
+ "original_max_position_embeddings": 8192,
29
  "rope_theta": 500000.0,
30
+ "rope_type": "llama3"
31
  },
32
  "tie_word_embeddings": true,
33
  "unsloth_fixed": true,