You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When evaluating reasoning capable models (e.g., Qwen3, etc) with lighteval, there's currently no way to toggle enable_thinking directly via CLI or config.
Is there a way to work around this or does it require a PR ?
Solution/Feature
Maybe add a flag or config option to enable/disable thinking mode (i.e., pass enable_thinking=False to the tokenizer) for models that support it.
berserkr and new5558pingzhili, nzw0301 and ytw0415