Upload Qwen3ForCausalLM
Browse files- generation_config.json +5 -5
generation_config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
"transformers_version": "4.57.3"
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"max_new_tokens": 512,
|
| 4 |
+
"temperature": 0.5,
|
| 5 |
+
"top_k": 20,
|
| 6 |
+
"top_p": 0.9,
|
| 7 |
"transformers_version": "4.57.3"
|
| 8 |
}
|