Transformers
GGUF
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
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 QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
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 QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
Use Docker
docker model run hf.co/QuantFactory/starcoder2-3b-instruct-v0.1-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/starcoder2-3b-instruct-v0.1-GGUF

This is quantized version of onekq-ai/starcoder2-3b-instruct-v0.1 created using llama.cpp

Original Model Card

Starcoder2-3b fined the same way as https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1 using https://huggingface.co/datasets/bigcode/self-oss-instruct-sc2-exec-filter-50k

Epochs: 1 Learning Rate: 0.0001 Lora Rank: 8 Batch Size: 16 Evaluation Split: 0

Downloads last month
272
GGUF
Model size
3B params
Architecture
starcoder2
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 QuantFactory/starcoder2-3b-instruct-v0.1-GGUF

Quantized
(26)
this model

Dataset used to train QuantFactory/starcoder2-3b-instruct-v0.1-GGUF