iAmBoosted commited on
Commit
d1abff8
·
verified ·
1 Parent(s): 88db338

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ datasets:
19
 
20
  A reasoning-style distillation of [Qwen/Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B). The goal here was **behavioral, not capability**: stock Qwen3.5-9B frequently *spirals* on hard prompts — it wanders inside its `<think>` block and never terminates with an answer. This model was fine-tuned to adopt the tight, terminating reasoning style of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b), so that it reliably finishes reasoning and produces an answer.
21
 
22
- ![Evaluation results](results.svg)
23
 
24
  ## TL;DR
25
 
 
19
 
20
  A reasoning-style distillation of [Qwen/Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B). The goal here was **behavioral, not capability**: stock Qwen3.5-9B frequently *spirals* on hard prompts — it wanders inside its `<think>` block and never terminates with an answer. This model was fine-tuned to adopt the tight, terminating reasoning style of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b), so that it reliably finishes reasoning and produces an answer.
21
 
22
+ ![Evaluation results](results.png)
23
 
24
  ## TL;DR
25