Instructions to use r-three/lora_baseline_lr3e-4_step400_rank64_overruling 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_overruling 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_overruling") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
233b3de | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9bedebadc8d422da7ee60cd9bf804d356b1a0650078373160549868f3e5478ad
size 6353
|