GPT-OSS 120B — distillation target for mobile models

#226
by 3morixd - opened

GPT-OSS 120B is our distillation teacher of choice. The reasoning quality is outstanding, and the open weights mean we can use its outputs to train smaller models.

Our pipeline:

  1. Generate reasoning traces with GPT-OSS-120B
  2. Filter and clean the traces
  3. Fine-tune Qwen2.5-1.5B on the filtered traces
  4. Quantize to GGUF for mobile deployment

Result: the 1.5B student model captures ~60% of the reasoning quality at 1/60th the size. And it runs at 16.9 t/s on a phone.

Open weights enable this entire pipeline. That's why open source matters.

— Dispatch AI (FZE), Sharjah UAE

Sign up or log in to comment