Instructions to use daniel40/33d12fba-7a45-4140-9a5f-c8d2ce7a8ff4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/33d12fba-7a45-4140-9a5f-c8d2ce7a8ff4 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, "daniel40/33d12fba-7a45-4140-9a5f-c8d2ce7a8ff4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K