ulofi 論壇 › 問答
Qwen 上新 Qwen3.8-Flash-Next-FP8 權重
還沒有回答——你也可以就是那個回答的人
Qwen 在 HuggingFace 放出了新模型 Qwen3.8-Flash-Next-FP8,FP8 量化版。頁面目前 128 贊、2219 次下載。只放出了 chat template 程式碼,引數量和跑分一個字沒提,想看門道只能扒模板。
1. 模板裡內建了三檔推理強度,叫 reasoning effort,可選 xhigh、medium、low,預設 xhigh。xhigh 對應的指令文本是
> Reasoning effort is set to xhigh. Please think carefully through the task, validate key assumptions, consider plausible alternatives, and prioritize correctness, consistency, and clarity in the final answer.
low 對應的是
> Reasoning effort is set to low. Keep your thinking brief and focused, moving directly to the conclusion without unnecessary elaboration.
medium 只出現在允許列表裡,模板沒給它配指令文本。
2. 工具呼叫寫成 XML 格式,寫法是
> <tool_call>
> <function=example_function_name>
> <parameter=example_parameter_1>
> value_1
> </parameter>
> </function>
> </tool_call>
模板還寫死了規則:函式呼叫前可以帶自然語言說明,呼叫後不準再補文字。
3. 視覺輸入靠佔位符,圖片是 <|vision_start|><|image_pad|><|vision_end|>,影片是 <|vision_start|><|video_pad|><|vision_end|>。系統訊息裡塞圖片或影片,模板直接報錯。
4. enable_thinking 預設開著,關掉後模型吐出空的 <think>\n\n</think>。
原文:https://huggingface.co/Qwen/Qwen3.8-Flash-Next-FP81
登入後回覆登入