How to use from
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 Kingrane/Bobik-2B:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Kingrane/Bobik-2B:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Kingrane/Bobik-2B:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Kingrane/Bobik-2B:Q4_K_M
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 Kingrane/Bobik-2B:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Kingrane/Bobik-2B:Q4_K_M
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 Kingrane/Bobik-2B:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Kingrane/Bobik-2B:Q4_K_M
Use Docker
docker model run hf.co/Kingrane/Bobik-2B:Q4_K_M
Quick Links

Bobik-2B

Русская чат-модель на базе Qwen3.5-2B. Сделал Kingrane (romka).

Маленький, хорошенький, отвечает по-русски.

Base: unsloth/Qwen3.5-2B
Tuning: LoRA r=32 / alpha=64, 250 steps, Unsloth
Identity: 20x bobik_identity.jsonl + bobik_distill.jsonl

Датасеты

  • beyoru/kimi-k3-distillation - логика / reasoning
  • Vikhrmodels/Flan_translated_300k - инструкции RU
  • Vikhrmodels/SaigaSbs - диалоги RU
  • custom identity

Использование

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Kingrane/Bobik-2B", device_map="auto")
tok = AutoTokenizer.from_pretrained("Kingrane/Bobik-2B")
Downloads last month
408
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for Kingrane/Bobik-2B

Finetuned
Qwen/Qwen3.5-2B
Quantized
(15)
this model

Datasets used to train Kingrane/Bobik-2B

Space using Kingrane/Bobik-2B 1