How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "i04n4/math-solver-llama3")

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