Instructions to use shibajustfor/6e144f5a-a90b-4c83-a215-776d5f93ce10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shibajustfor/6e144f5a-a90b-4c83-a215-776d5f93ce10 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, "shibajustfor/6e144f5a-a90b-4c83-a215-776d5f93ce10") - Notebooks
- Google Colab
- Kaggle
Ctrl+K