ryanhoangt commited on
Commit
342b2dd
·
verified ·
1 Parent(s): e9f6582

Remove `rope_scaling` config

Browse files
Files changed (1) hide show
  1. config.json +1 -6
config.json CHANGED
@@ -17,12 +17,7 @@
17
  "num_key_value_heads": 2,
18
  "problem_type": "single_label_classification",
19
  "rms_norm_eps": 1e-06,
20
- "rope_scaling": {
21
- "factor": 4.0,
22
- "original_max_position_embeddings": 32768,
23
- "rope_type": "yarn",
24
- "type": "yarn"
25
- },
26
  "rope_theta": 1000000.0,
27
  "sliding_window": null,
28
  "tie_word_embeddings": true,
 
17
  "num_key_value_heads": 2,
18
  "problem_type": "single_label_classification",
19
  "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
 
 
 
 
 
21
  "rope_theta": 1000000.0,
22
  "sliding_window": null,
23
  "tie_word_embeddings": true,