lmzheng commited on
Commit
926dfaf
1 Parent(s): 51b1f55

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -18,7 +18,10 @@
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_condense_ratio": 8,
21
- "rope_scaling": null,
 
 
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
  "transformers_version": "4.28.0",
 
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_condense_ratio": 8,
21
+ "rope_scaling": {
22
+ "factor": 8.0,
23
+ "type": "linear"
24
+ },
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "float16",
27
  "transformers_version": "4.28.0",