How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Q-bert/MetaMath-Cybertron-Starling"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Q-bert/MetaMath-Cybertron-Starling",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Q-bert/MetaMath-Cybertron-Starling
Quick Links

MetaMath-Cybertron-Starling

Merge Q-bert/MetaMath-Cybertron and berkeley-nest/Starling-LM-7B-alpha using slerp merge.

You can use ChatML format.

Open LLM Leaderboard Evaluation Results

Detailed results can be found Here

Metric Value
Avg. 71.35
ARC (25-shot) 67.75
HellaSwag (10-shot) 86.23
MMLU (5-shot) 65.24
TruthfulQA (0-shot) 55.94
Winogrande (5-shot) 81.45
GSM8K (5-shot) 71.49
Downloads last month
102
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Q-bert/MetaMath-Cybertron-Starling

Merge model
this model
Finetunes
1 model
Merges
3 models
Quantizations
4 models

Dataset used to train Q-bert/MetaMath-Cybertron-Starling