perlthoughts commited on
Commit
5f20240
1 Parent(s): c9eb3cc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -17,7 +17,13 @@
17
  "num_key_value_heads": 8,
18
  "pad_token_id": 2,
19
  "rms_norm_eps": 1e-05,
20
- "rope_theta": 100000.0,
 
 
 
 
 
 
21
  "sliding_window": null,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
 
17
  "num_key_value_heads": 8,
18
  "pad_token_id": 2,
19
  "rms_norm_eps": 1e-05,
20
+ "rope_scaling": {
21
+ "factor": 16.0,
22
+ "finetuned": true,
23
+ "original_max_position_embeddings": 8192,
24
+ "type": "yarn"
25
+ },
26
+ "rope_theta": 10000.0,
27
  "sliding_window": null,
28
  "tie_word_embeddings": false,
29
  "torch_dtype": "bfloat16",