Proper bos_token_id
Browse files- README.md +2 -0
- config.json +3 -3
README.md
CHANGED
@@ -8,6 +8,8 @@ tags:
|
|
8 |
- mergekitty
|
9 |
- merge
|
10 |
---
|
|
|
|
|
11 |
## Quantized using the default exllamav3 (0.0.1) quantization process.
|
12 |
|
13 |
- Original model: https://huggingface.co/trashpanda-org/QwQ-32B-Snowdrop-v0
|
|
|
8 |
- mergekitty
|
9 |
- merge
|
10 |
---
|
11 |
+
# UPDATE: 07.06.2025
|
12 |
+
- Proper bos_token_id was uploaded. Download the new config.json file for the model to work properly!
|
13 |
## Quantized using the default exllamav3 (0.0.1) quantization process.
|
14 |
|
15 |
- Original model: https://huggingface.co/trashpanda-org/QwQ-32B-Snowdrop-v0
|
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
-
"eos_token_id":
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 5120,
|
11 |
"initializer_range": 0.02,
|
@@ -29,8 +29,8 @@
|
|
29 |
"quantization_config": {
|
30 |
"quant_method": "exl3",
|
31 |
"version": "0.0.1",
|
32 |
-
"bits":
|
33 |
-
"head_bits":
|
34 |
"calibration": {
|
35 |
"rows": 100,
|
36 |
"cols": 2048
|
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 5120,
|
11 |
"initializer_range": 0.02,
|
|
|
29 |
"quantization_config": {
|
30 |
"quant_method": "exl3",
|
31 |
"version": "0.0.1",
|
32 |
+
"bits": 4.0,
|
33 |
+
"head_bits": 6,
|
34 |
"calibration": {
|
35 |
"rows": 100,
|
36 |
"cols": 2048
|