mdouglas HF staff commited on
Commit
2bfe3f2
1 Parent(s): 7bce639

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -34,7 +34,13 @@
34
  "quant_method": "bitsandbytes"
35
  },
36
  "rms_norm_eps": 1e-05,
37
- "rope_scaling": null,
 
 
 
 
 
 
38
  "rope_theta": 500000.0,
39
  "tie_word_embeddings": false,
40
  "torch_dtype": "bfloat16",
 
34
  "quant_method": "bitsandbytes"
35
  },
36
  "rms_norm_eps": 1e-05,
37
+ "rope_scaling": {
38
+ "factor": 8.0,
39
+ "low_freq_factor": 1.0,
40
+ "high_freq_factor": 4.0,
41
+ "original_max_position_embeddings": 8192,
42
+ "rope_type": "llama3"
43
+ },
44
  "rope_theta": 500000.0,
45
  "tie_word_embeddings": false,
46
  "torch_dtype": "bfloat16",