Instructions to use r-three/lora_baseline_lr3e-4_step400_rank64_openmathinstruct_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use r-three/lora_baseline_lr3e-4_step400_rank64_openmathinstruct_2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "r-three/lora_baseline_lr3e-4_step400_rank64_openmathinstruct_2") - Notebooks
- Google Colab
- Kaggle