Undi95 commited on
Commit
1996159
1 Parent(s): 086ba08

Sliding windows: null fix

Browse files

More info : https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1/commit/125c431e2ff41a156b9f9076f744d2f35dd6e67a

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "rope_scaling": null,
26
  "rope_theta": 10000.0,
27
  "router_aux_loss_coef": 0.001,
28
- "sliding_window": 4096,
29
  "tie_word_embeddings": false,
30
  "torch_dtype": "float16",
31
  "transformers_version": "4.37.0.dev0",
 
25
  "rope_scaling": null,
26
  "rope_theta": 10000.0,
27
  "router_aux_loss_coef": 0.001,
28
+ "sliding_window": null,
29
  "tie_word_embeddings": false,
30
  "torch_dtype": "float16",
31
  "transformers_version": "4.37.0.dev0",