# DeepSeek-r1:7b Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/deepseek-r1-7b
> Markdown URL: https://aitinkerers.org/technologies/deepseek-r1-7b.md
> Technology record last updated: 2026-03-15T17:45:21Z
> Generated: 2026-09-20T18:51:37Z

DeepSeek-r1:7b is the 7B parameter distilled reasoning model (Qwen-based) that leverages 800K samples from the 671B DeepSeek-R1 parent, delivering top-tier performance on complex benchmarks like MATH-500 (92.8 score).

This is the DeepSeek-R1-Distill-Qwen-7B checkpoint: a highly capable, 7-billion-parameter model optimized for reasoning tasks. It is a powerful distillation, fine-tuned with over 800,000 samples generated by the flagship 671B DeepSeek-R1 model (Qwen-based). This process transfers advanced reasoning capabilities, resulting in state-of-the-art performance for its size class, notably achieving a 92.8 on the MATH-500 benchmark and a 55.5 on AIME 2024 (pass@1). Deployed easily via tools like Ollama, this MIT-licensed model provides accessible, commercial-use reasoning power for mathematics, coding, and complex problem-solving on consumer-grade hardware.

- Official technology site: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Completely local RAG in low code with Deepseek-r1:7b and Flowise](https://abu-dhabi.aitinkerers.org/talks/rsvp_-yXkOv-2nKk)

With the recent evolution in small performant models, it is quite possible now to replace openai api with a locally running deepseek-r1:7b model. In this demo will showcase how you can quickly run a completely locally Hosted RAG flow retreiving data from an sql based database when prompting for data such as list the companies with highest sales last year in technology sector, the flow will extraxt the ddl, understand the schema, generate the required sql query statement and then return the results and run them through deepseek again to generate a user friendly answer in a chat experience.

- Event context: AI Tinkerers - Abu Dhabi Meetup #3 (Feb 2025) — 2025-02-21 — Abu Dhabi
- Public talk page: https://abu-dhabi.aitinkerers.org/talks/rsvp_-yXkOv-2nKk

## Related Technologies

- [Flowise](https://aitinkerers.org/technologies/flowise) ([Markdown](https://aitinkerers.org/technologies/flowise.md)) — 2 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [RAG](https://aitinkerers.org/technologies/rag) ([Markdown](https://aitinkerers.org/technologies/rag.md)) — 147 public demos
- [SQL](https://aitinkerers.org/technologies/sql) ([Markdown](https://aitinkerers.org/technologies/sql.md)) — 17 public demos
