Upload 2 files
Browse files- README.md +2 -0
- config.json +1 -1
README.md
CHANGED
@@ -9,6 +9,8 @@ tags:
|
|
9 |
- merge
|
10 |
|
11 |
---
|
|
|
|
|
12 |
# Quantization
|
13 |
Quantized using the default exllamav2 (0.2.9) quantization process.\
|
14 |
Original model: https://huggingface.co/trashpanda-org/QwQ-32B-Snowdrop-v0 \
|
|
|
9 |
- merge
|
10 |
|
11 |
---
|
12 |
+
# UPDATE
|
13 |
+
Proper bos_token_id was uploaded. Download the new config.json file for the model to work properly!\
|
14 |
# Quantization
|
15 |
Quantized using the default exllamav2 (0.2.9) quantization process.\
|
16 |
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,
|
|
|
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,
|