Instructions to use prxy5605/cca7f8e5-0cec-402a-b217-87dd6ce7fea5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/cca7f8e5-0cec-402a-b217-87dd6ce7fea5 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, "prxy5605/cca7f8e5-0cec-402a-b217-87dd6ce7fea5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K