How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "arcee-ai/raspberry-3B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "arcee-ai/raspberry-3B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/arcee-ai/raspberry-3B
Quick Links

Prompt Format: ChatML

This is an experimental which was heavily optimized for reasoning tasks and not meant for production-use.

GGUFs: https://huggingface.co/mradermacher/raspberry-3B-GGUF

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 15.40
IFEval (0-Shot) 31.54
BBH (3-Shot) 19.53
MATH Lvl 5 (4-Shot) 7.63
GPQA (0-shot) 3.69
MuSR (0-shot) 9.41
MMLU-PRO (5-shot) 20.60
Downloads last month
33
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 arcee-ai/raspberry-3B

Base model

Qwen/Qwen2.5-3B
Finetuned
(513)
this model
Merges
3 models
Quantizations
4 models

Space using arcee-ai/raspberry-3B 1