Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
| 122 |
"quantization_status": "compressed",
|
| 123 |
"sparsity_config": {},
|
| 124 |
"transform_config": {},
|
| 125 |
-
"version": "0.
|
| 126 |
},
|
| 127 |
"rms_norm_eps": 1e-06,
|
| 128 |
"rope_parameters": {
|
|
@@ -132,7 +132,7 @@
|
|
| 132 |
"router_aux_loss_coef": 0.001,
|
| 133 |
"sliding_window": null,
|
| 134 |
"tie_word_embeddings": false,
|
| 135 |
-
"transformers_version": "5.16.
|
| 136 |
"use_cache": true,
|
| 137 |
"use_sliding_window": false,
|
| 138 |
"vocab_size": 151936
|
|
|
|
| 122 |
"quantization_status": "compressed",
|
| 123 |
"sparsity_config": {},
|
| 124 |
"transform_config": {},
|
| 125 |
+
"version": "0.1.dev1+gdd29a1c"
|
| 126 |
},
|
| 127 |
"rms_norm_eps": 1e-06,
|
| 128 |
"rope_parameters": {
|
|
|
|
| 132 |
"router_aux_loss_coef": 0.001,
|
| 133 |
"sliding_window": null,
|
| 134 |
"tie_word_embeddings": false,
|
| 135 |
+
"transformers_version": "5.16.1",
|
| 136 |
"use_cache": true,
|
| 137 |
"use_sliding_window": false,
|
| 138 |
"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.16.
|
| 13 |
}
|
|
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.16.1"
|
| 13 |
}
|