DARWIN-Family
Collection
비드래프트 • 53 items • Updated • 31
JGOS-31B-Citizen-R는 한국어 다단계 추론에 특화된 31B 모델입니다.
원본 JGOS-31B-Citizen 대비 한국어 전 영역에서 향상:
FFN 이식을 통해 한국어 추론 경로가 강화되어, thinking(추론) 모드에서 최적 성능을 발휘합니다.
반드시 thinking 모드로 호출하세요. 추론 채널이 꺼지면 성능이 크게 저하됩니다.
{
"messages": [{"role": "user", "content": "..."}],
"chat_template_kwargs": {"enable_thinking": true},
"max_tokens": 8192
}
enable_thinking=True 필수max_tokens >= 8192 권장 (충분한 추론 공간 확보)vllm serve FINAL-Bench/JGOS-31B-Citizen-R \
--served-model-name JGOS-31B-Citizen-R \
--max-model-len 16384 --trust-remote-code \
--limit-mm-per-prompt '{"image":0,"video":0}'
Gemma Terms of Use (Gemma4 파생).