Adding response schema
#11
by
Rocketknight1
HF Staff
- opened
This PR adds a response schema to Qwen3-30B-A3B, which means that model outputs can automatically be parsed!
It also updates the chat template to accept reasoning as a key for chain-of-thought data. reasoning_content is still supported, so this PR should not have any effect on backward compatibility! We want to standardize so that all models can accept reasoning, even if they also accept other names too.
Rocketknight1
changed pull request title from
Upload tokenizer
to Adding response schema