joaogante HF staff commited on
Commit
efb4b3b
1 Parent(s): 611a8c1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -27,7 +27,13 @@
27
  "zero_point": true
28
  },
29
  "rms_norm_eps": 1e-05,
30
- "rope_scaling": null,
 
 
 
 
 
 
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": false,
33
  "torch_dtype": "float16",
 
27
  "zero_point": true
28
  },
29
  "rms_norm_eps": 1e-05,
30
+ "rope_scaling": {
31
+ "factor": 8.0,
32
+ "low_freq_factor": 1.0,
33
+ "high_freq_factor": 4.0,
34
+ "original_max_position_embeddings": 8192,
35
+ "rope_type": "llama3"
36
+ },
37
  "rope_theta": 500000.0,
38
  "tie_word_embeddings": false,
39
  "torch_dtype": "float16",