Instructions to use AlignmentResearch/Llama-3.3-70B-Instruct-math-lora-reference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AlignmentResearch/Llama-3.3-70B-Instruct-math-lora-reference with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.3-70B-Instruct") model = PeftModel.from_pretrained(base_model, "AlignmentResearch/Llama-3.3-70B-Instruct-math-lora-reference") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6cf0a57 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc2b8ecb282b623b9ac9e4dd81df1d0901998be937bbcfd708ecb9793f95138d
size 6417
|