joaogante HF staff commited on
Commit
51de55c
1 Parent(s): cdc7e6e

Update config.json

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