How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Cannae-AI/ReasoningLlama-Math-1B-IT-gguf")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Cannae-AI/ReasoningLlama-Math-1B-IT-gguf")
model = AutoModelForCausalLM.from_pretrained("Cannae-AI/ReasoningLlama-Math-1B-IT-gguf")
Quick Links

ReasoningLlama-Math-1B-IT-gguf

Model Description

This is a fine-tuned version of unsloth/Llama-3.2-1B on the unsloth/OpenMathReasoning-miniwhich is a small version of the nvidia/OpenMathReasoning dataset which was used to win the AIMO (AI Mathematical Olympiad) challenge!

  • recommended settings for inference: min_p = 0.1 and temperature = 1.5 , Read this Tweet to understand why.
  • License : apache-2.0
  • Quantized from model : CannaeAI/ReasoningLlama-Math-1B-IT

Available Model files:

  • ReasoningLlama-Math-1B.Q5_K_M.gguf
  • ReasoningLlama-Math-1B.Q8_0.gguf
  • ReasoningLlama-Math-1B.Q4_K_M.gguf

Ollama

An Ollama Modelfile is included for easy deployment.

Downloads last month
30
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Cannae-AI/ReasoningLlama-Math-1B-IT-gguf

Dataset used to train Cannae-AI/ReasoningLlama-Math-1B-IT-gguf

Collection including Cannae-AI/ReasoningLlama-Math-1B-IT-gguf