smallthinker

A new small reasoning model fine-tuned from the Qwen 2.5 3B Instruct model.

3b
Hızlı Kurulum (Ollama kuruluysa)
ollama run smallthinker

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 3.6GB 32K Text ollama run smallthinker:latest
3b 3.6GB 32K Text ollama run smallthinker:3b
3b-preview-q4_K_M 2.1GB 32K Text ollama run smallthinker:3b-preview-q4_K_M
3b-preview-q8_0 3.6GB 32K Text ollama run smallthinker:3b-preview-q8_0
3b-preview-fp16 6.8GB 32K Text ollama run smallthinker:3b-preview-fp16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

image.png

A new model fine-tuned from the Qwen2.5-3b-Instruct model.

SmallThinker is designed for the following use cases:

  • Edge Deployment: Its small size makes it ideal for deployment on resource-constrained devices.
  • Draft Model for QwQ-32B-Preview: SmallThinker can serve as a fast and efficient draft model for the larger QwQ-32B-Preview model, yielding a 70% speedup.

For achieving reasoning capabilities, it’s crucial to generate long chains of COT reasoning. Therefore, based on QWQ-32B-Preview, the authors used various synthetic techniques(such as personahub) to create the QWQ-LONGCOT-500K dataset. Compared to other similar datasets, over 75% of the author’s samples have output tokens exceeding 8K. To encourage research in the open-source community, the dataset was also made publicly available.

References

Hugging Face