jmeadows17's picture
Update README.md
98327c3 verified
metadata
base_model: unsloth/Meta-Llama-3.1-8B-bnb-4bit
library_name: peft

Overview

DerivationGeneration8B is a QLoRA fine-tuned from a quantised LLaMa-3.1-8B checkpoint on 15K (LaTeX) synthetic mathematical derivations (containing 4 - 10 equations) via a custom script using ROUGE as the validation metric for early stopping (total 6 epochs). This approach outperforms MathT5 in both in-distribution and perturbed evaluation cases presented in related work.

How to use

A notebook for inference is available here. The model was exposed to prompts through the chatml template (all in the notebook).

Example prompt

prompt = "Given \\cos{(q)} = \\theta{(q)}, then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)}, then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"

  • PEFT 0.12.0