Text Generation
Transformers
Safetensors
mixtral
Not-For-All-Audiences
nsfw
text-generation-inference
Inference Endpoints
Sliding windows: null fix
Browse filesMore info : https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1/commit/125c431e2ff41a156b9f9076f744d2f35dd6e67a
- 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":
|
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",
|