Instructions to use lhong4759/70cf06ca-a476-4602-a516-b28fea6afc32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lhong4759/70cf06ca-a476-4602-a516-b28fea6afc32 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("UCLA-AGI/Gemma-2-9B-It-SPPO-Iter2") model = PeftModel.from_pretrained(base_model, "lhong4759/70cf06ca-a476-4602-a516-b28fea6afc32") - Notebooks
- Google Colab
- Kaggle
Ctrl+K