Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -6266,7 +6266,7 @@
|
|
| 6266 |
"quantization_status": "compressed",
|
| 6267 |
"sparsity_config": {},
|
| 6268 |
"transform_config": {},
|
| 6269 |
-
"version": "0.17.
|
| 6270 |
},
|
| 6271 |
"rms_norm_eps": 1e-06,
|
| 6272 |
"rope_parameters": {
|
|
@@ -6276,7 +6276,7 @@
|
|
| 6276 |
"router_aux_loss_coef": 0.001,
|
| 6277 |
"sliding_window": null,
|
| 6278 |
"tie_word_embeddings": false,
|
| 6279 |
-
"transformers_version": "5.
|
| 6280 |
"use_cache": true,
|
| 6281 |
"use_sliding_window": false,
|
| 6282 |
"vocab_size": 151936
|
|
|
|
| 6266 |
"quantization_status": "compressed",
|
| 6267 |
"sparsity_config": {},
|
| 6268 |
"transform_config": {},
|
| 6269 |
+
"version": "0.17.2.a20260611"
|
| 6270 |
},
|
| 6271 |
"rms_norm_eps": 1e-06,
|
| 6272 |
"rope_parameters": {
|
|
|
|
| 6276 |
"router_aux_loss_coef": 0.001,
|
| 6277 |
"sliding_window": null,
|
| 6278 |
"tie_word_embeddings": false,
|
| 6279 |
+
"transformers_version": "5.12.0",
|
| 6280 |
"use_cache": true,
|
| 6281 |
"use_sliding_window": false,
|
| 6282 |
"vocab_size": 151936
|
generation_config.json
CHANGED
|
@@ -9,5 +9,5 @@
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
-
"transformers_version": "5.
|
| 13 |
}
|
|
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.12.0"
|
| 13 |
}
|