GGUF
conversational

VibeThinker-3B-GGUF

Direct GGUF Quantizations of VibeThinker-3B

This repository provides GGUF quantized models for WeiboAI/VibeThinker-3B.

VibeThinker-3B is a powerful 3 billion parameter Small Language Model developed by WeiboAI. Built on the Qwen2.5 architecture, it is fine-tuned for challenging reasoning tasks with clear verification signals, excelling in mathematics, coding, and STEM reasoning. It achieves frontier-level performance on benchmarks like AIME, HMMT, IMO-AnswerBench, and LiveCodeBench, reaching a 96.1% acceptance rate on recent LeetCode weekly/biweekly contests. These GGUF versions are optimized for efficient CPU and GPU inference using llama.cpp and compatible tools.

This release includes various quantization levels (e.g., Q2_K, Q3_K_M, Q4_K_M, Q5_K_M, Q6_K, Q8_0) to suit different hardware capabilities and performance requirements.

Table of Contents 📝

  1. Usage
  2. 📃 License
  3. 🙏 Acknowledgements

▶ Usage

1. Download Models

Download models using huggingface-cli:

pip install "huggingface_hub[cli]"
huggingface-cli download samuelchristlie/VibeThinker-3B-gguf --local-dir ./VibeThinker-3B-gguf

You can also download directly from this page

2. Inference

To use these GGUF files, you'll need a compatible inference engine like llama.cpp or clients built on top of it (e.g., Ollama, LM Studio, KoboldCpp, text-generation-webui with llama.cpp backend).

Note: VibeThinker-3B was not trained on tool-calling or agent-based programming data. It is best suited for competitive-style math, coding (e.g., LeetCode-style problems), and STEM reasoning tasks. For harder math reasoning, try evaluating against AMOBench with max_tokens set to 60K–100K.

📃 License

This model is a GGUF conversion of the original WeiboAI/VibeThinker-3B model. The original model is licensed under the MIT License, and this derivative work adheres to the terms of that license. Please review the original license for full details.

🙏 Acknowledgements

Downloads last month
1,748
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for samuelchristlie/VibeThinker-3B-gguf

Base model

Qwen/Qwen2.5-3B
Quantized
(51)
this model

Paper for samuelchristlie/VibeThinker-3B-gguf