joaogante HF staff commited on
Commit
91e7026
1 Parent(s): 9fd0b76

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -22,7 +22,13 @@
22
  "num_key_value_heads": 8,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-05,
25
- "rope_scaling": null,
 
 
 
 
 
 
26
  "rope_theta": 500000.0,
27
  "tie_word_embeddings": false,
28
  "torch_dtype": "bfloat16",
 
22
  "num_key_value_heads": 8,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-05,
25
+ "rope_scaling": {
26
+ "factor": 8,
27
+ "low_freq_factor": 1,
28
+ "high_freq_factor": 4,
29
+ "original_max_position_embeddings": 8192,
30
+ "rope_type": "llama3"
31
+ },
32
  "rope_theta": 500000.0,
33
  "tie_word_embeddings": false,
34
  "torch_dtype": "bfloat16",