Text Generation
Safetensors
GGUF
Russian
English
mistral3
reasoning
deepseek-r1
ru-deepthink-11k
mistral
conversational
Instructions to use fwizzer1/Fwizzer-R1-3B-RU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use fwizzer1/Fwizzer-R1-3B-RU with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf fwizzer1/Fwizzer-R1-3B-RU # Run inference directly in the terminal: llama cli -hf fwizzer1/Fwizzer-R1-3B-RU
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf fwizzer1/Fwizzer-R1-3B-RU # Run inference directly in the terminal: llama cli -hf fwizzer1/Fwizzer-R1-3B-RU
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf fwizzer1/Fwizzer-R1-3B-RU # Run inference directly in the terminal: ./llama-cli -hf fwizzer1/Fwizzer-R1-3B-RU
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf fwizzer1/Fwizzer-R1-3B-RU # Run inference directly in the terminal: ./build/bin/llama-cli -hf fwizzer1/Fwizzer-R1-3B-RU
Use Docker
docker model run hf.co/fwizzer1/Fwizzer-R1-3B-RU
- LM Studio
- Jan
- vLLM
How to use fwizzer1/Fwizzer-R1-3B-RU with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "fwizzer1/Fwizzer-R1-3B-RU" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "fwizzer1/Fwizzer-R1-3B-RU", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/fwizzer1/Fwizzer-R1-3B-RU
- Ollama
How to use fwizzer1/Fwizzer-R1-3B-RU with Ollama:
ollama run hf.co/fwizzer1/Fwizzer-R1-3B-RU
- Unsloth Desktop
- Pi
How to use fwizzer1/Fwizzer-R1-3B-RU with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf fwizzer1/Fwizzer-R1-3B-RU
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "fwizzer1/Fwizzer-R1-3B-RU" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use fwizzer1/Fwizzer-R1-3B-RU with Docker Model Runner:
docker model run hf.co/fwizzer1/Fwizzer-R1-3B-RU
- Lemonade
How to use fwizzer1/Fwizzer-R1-3B-RU with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull fwizzer1/Fwizzer-R1-3B-RU
Run and chat with the model
lemonade run user.Fwizzer-R1-3B-RU-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use fwizzer1/Fwizzer-R1-3B-RU with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf fwizzer1/Fwizzer-R1-3B-RU
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default fwizzer1/Fwizzer-R1-3B-RU
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use fwizzer1/Fwizzer-R1-3B-RU with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf fwizzer1/Fwizzer-R1-3B-RU
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "fwizzer1/Fwizzer-R1-3B-RU" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
🧠 Fwizzer-R1-3B-RU
Fwizzer-R1-3B-RU — это мыслящая русскоязычная языковая модель, обученная по архитектуре пошаговых рассуждений (DeepSeek-R1 CoT) на отборном датасете fwizzer1/ru-deepthink-11k.
⚡️ Доступные версии GGUF
| Файл | Описание | Рекомендуемое железо |
|---|---|---|
Fwizzer-R1-3B-Speed.gguf |
Быстрая версия (Q4_K_M, 2.15 GB) | RTX 3050 / Ноутбуки / 16GB RAM |
Fwizzer-R1-3B-Max.gguf |
Максимальная точность (Q8_0, 3.40 GB) | ПК с 8+ GB VRAM |
🚀 Использование в LM Studio
- Откройте LM Studio.
- В строке поиска введите:
Fwizzer-R1-3B-RU. - Нажмите Download на
Fwizzer-R1-3B-Speed.ggufилиFwizzer-R1-3B-Max.gguf. - Модель готова к работе со шторкой размышлений!
Вшитый системный промпт:
Ты думающая нейросеть а зовут тебя Fwizzer-R1-3B-RU. Весь ход мыслей и шаги пиши внутри тегов <think>(напиши сначала) и </think>(напиши по окончанию рассуждений), а итоговый ответ — обязательно после них.
💻 Использование через Python (llama-cpp-python)
from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="fwizzer1/Fwizzer-R1-3B-RU",
filename="Fwizzer-R1-3B-Speed.gguf",
n_ctx=4096,
n_gpu_layers=-1,
flash_attn=True
)
response = llm.create_chat_completion(
messages=[
{"role": "user", "content": "Привет! Расскажи о себе и реши задачу на логику."}
]
)
print(response["choices"][0]["message"]["content"])
- Downloads last month
- -
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
docker model run hf.co/fwizzer1/Fwizzer-R1-3B-RU