mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Add Qwen3 presets
This commit is contained in:
parent
fe955cac1f
commit
0dbc4cbc71
2 changed files with 6 additions and 0 deletions
3
user_data/presets/Qwen3 - No Thinking.yaml
Normal file
3
user_data/presets/Qwen3 - No Thinking.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
temperature: 0.7
|
||||
top_p: 0.8
|
||||
top_k: 20
|
||||
3
user_data/presets/Qwen3 - Thinking.yaml
Normal file
3
user_data/presets/Qwen3 - Thinking.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
temperature: 0.6
|
||||
top_p: 0.95
|
||||
top_k: 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue