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 theprint/VanRossum-Qwen2.5-Coder-3B:
# Run inference directly in the terminal:
llama cli -hf theprint/VanRossum-Qwen2.5-Coder-3B:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf theprint/VanRossum-Qwen2.5-Coder-3B:
# Run inference directly in the terminal:
llama cli -hf theprint/VanRossum-Qwen2.5-Coder-3B:
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 theprint/VanRossum-Qwen2.5-Coder-3B:
# Run inference directly in the terminal:
./llama-cli -hf theprint/VanRossum-Qwen2.5-Coder-3B:
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 theprint/VanRossum-Qwen2.5-Coder-3B:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf theprint/VanRossum-Qwen2.5-Coder-3B:
Use Docker
docker model run hf.co/theprint/VanRossum-Qwen2.5-Coder-3B:
Quick Links

Homage to Python

This model has been trained for 1 epoch on the VanRossum dataset.

The VanRossum dataset is all Python! I used DataMix to combine a handful of highly rated Python-centric datasets, to get a sampling of each and create something new.

This data set has 80,000 entries and is named after Guido Van Rossum, the man who invented Python back in 1991.

See the VanRossum Collection on HF for all things related to this dataset.

Alpaca / GPT

There are 2 versions of this dataset available on Huggingface.

Uploaded model

  • Developed by: theprint
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen2.5-Coder-3B-Instruct-bnb-4bit

This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
29
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for theprint/VanRossum-Qwen2.5-Coder-3B

Dataset used to train theprint/VanRossum-Qwen2.5-Coder-3B

Collection including theprint/VanRossum-Qwen2.5-Coder-3B