dwikitheduck commited on
Commit
ff7924f
·
verified ·
1 Parent(s): 9c2cab7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -16,13 +16,12 @@
16
  "num_hidden_layers": 48,
17
  "num_key_value_heads": 8,
18
  "rms_norm_eps": 1e-06,
19
- "rope_scaling": null,
20
  "rope_theta": 1000000.0,
21
- "sliding_window": null,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.46.0",
25
- "use_cache": false,
26
  "use_sliding_window": false,
27
  "vocab_size": 152064
28
  }
 
16
  "num_hidden_layers": 48,
17
  "num_key_value_heads": 8,
18
  "rms_norm_eps": 1e-06,
 
19
  "rope_theta": 1000000.0,
20
+ "sliding_window": 131072,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.46.0",
24
+ "use_cache": true,
25
  "use_sliding_window": false,
26
  "vocab_size": 152064
27
  }