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"
# 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",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Q-bert/MetaMath-Cybertron
Quick Links

MetaMath-Cybertron

Merge fblgit/una-cybertron-7b-v2-bf16 and meta-math/MetaMath-Mistral-7B using slerp merge.

You can use ChatML format.

Open LLM Leaderboard Evaluation Results

Detailed results can be found Coming soon

Metric Value
Avg. Coming soon
ARC (25-shot) Coming soon
HellaSwag (10-shot) Coming soon
MMLU (5-shot) Coming soon
TruthfulQA (0-shot) Coming soon
Winogrande (5-shot) Coming soon
GSM8K (5-shot) Coming soon
Downloads last month
96
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

Finetuned
(2)
this model
Merges
1 model

Dataset used to train Q-bert/MetaMath-Cybertron

Spaces using Q-bert/MetaMath-Cybertron 26