MetaphoricalCode commited on
Commit
d9d68c2
·
verified ·
1 Parent(s): 2784589

Proper bos_token_id

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. config.json +1 -1
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": 151643,
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,