# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Q-bert/MetaMath-Cybertron")
model = AutoModelForCausalLM.from_pretrained("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
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Q-bert/MetaMath-Cybertron")