Update config: enable_thinking, do_sample, temperature, repetition_penalty
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -119,10 +119,10 @@
|
|
| 119 |
"type": "audio"
|
| 120 |
}
|
| 121 |
},
|
| 122 |
-
"do_sample":
|
| 123 |
"downsample_rate": 5,
|
| 124 |
"dtype": "bfloat16",
|
| 125 |
-
"enable_thinking":
|
| 126 |
"encoder": {
|
| 127 |
"_name_or_path": "zai-org/GLM-ASR-Nano-2512",
|
| 128 |
"architectures": [
|
|
@@ -275,10 +275,10 @@
|
|
| 275 |
"qformer_num_heads": 16,
|
| 276 |
"qformer_num_layers": 2,
|
| 277 |
"qformer_window_size": 15,
|
| 278 |
-
"repetition_penalty": 1.
|
| 279 |
"router_aux_loss_coef": 0.01,
|
| 280 |
"system_prompt": "",
|
| 281 |
-
"temperature":
|
| 282 |
"text_config": {
|
| 283 |
"_name_or_path": "HuggingFaceTB/SmolLM3-3B",
|
| 284 |
"architectures": [
|
|
@@ -399,4 +399,4 @@
|
|
| 399 |
"use_lora": false,
|
| 400 |
"use_specaugment": true,
|
| 401 |
"vocab_size": 128257
|
| 402 |
-
}
|
|
|
|
| 119 |
"type": "audio"
|
| 120 |
}
|
| 121 |
},
|
| 122 |
+
"do_sample": false,
|
| 123 |
"downsample_rate": 5,
|
| 124 |
"dtype": "bfloat16",
|
| 125 |
+
"enable_thinking": false,
|
| 126 |
"encoder": {
|
| 127 |
"_name_or_path": "zai-org/GLM-ASR-Nano-2512",
|
| 128 |
"architectures": [
|
|
|
|
| 275 |
"qformer_num_heads": 16,
|
| 276 |
"qformer_num_layers": 2,
|
| 277 |
"qformer_window_size": 15,
|
| 278 |
+
"repetition_penalty": 1.0,
|
| 279 |
"router_aux_loss_coef": 0.01,
|
| 280 |
"system_prompt": "",
|
| 281 |
+
"temperature": 0.8,
|
| 282 |
"text_config": {
|
| 283 |
"_name_or_path": "HuggingFaceTB/SmolLM3-3B",
|
| 284 |
"architectures": [
|
|
|
|
| 399 |
"use_lora": false,
|
| 400 |
"use_specaugment": true,
|
| 401 |
"vocab_size": 128257
|
| 402 |
+
}
|