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
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 }'