Updates for use in granite-common - strip channel tokens
#2
by kndtran - opened
No description provided.
Summary
Add strip_channel_tokens: true to all GPT-OSS intrinsics and increase answerability max_completion_tokens from 6 to 25.
Changes
strip_channel_tokens: GPT-OSS models wrap their output in channel tokens (
<|channel|>,<|message|>,<|return|>) which break JSON parsing. Addedstrip_channel_tokens: trueto all four intrinsics:- answerability
- citations
- hallucination_detection
- query_rewrite
max_completion_tokens: Increased from 6 to 25 for answerability to account for the additional channel token overhead.
Requires granite-common PR: https://github.com/ibm-granite/granite-common/pull/123
kndtran changed pull request status to open
kndtran changed pull request title from Updates for use in granite-common to Updates for use in granite-common - strip channel tokens
kndtran changed pull request status to closed