Instructions to use CMU-AIR2/math-llama3-arithStep2K-MWP10K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CMU-AIR2/math-llama3-arithStep2K-MWP10K with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "CMU-AIR2/math-llama3-arithStep2K-MWP10K") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
aebd040 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59dfdf9d9de02204d3f5817f5ca58043d4f028375d529a1be40eb5f6ee073e32
size 4856
|