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="i04n4/math-solver-llama3")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("i04n4/math-solver-llama3", dtype="auto")
Quick Links

Model Card for Model ID

Model Description

Answers simple math problems, being capable of reasoning and Chain-of-Thought

  • Developed by: Super Awesome Team Name
  • Model type: LLM
  • Language(s) (NLP): English
  • License:
  • Finetuned from model [optional]: unsloth/Llama3-8B-Instruct

[More Information Needed]

Recommendations

Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.

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

Model tree for i04n4/math-solver-llama3

Adapter
(157)
this model
Adapters
1 model