Instructions to use nblinh63/b67ec381-83ab-4b09-aa03-c8300fb17428 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/b67ec381-83ab-4b09-aa03-c8300fb17428 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, "nblinh63/b67ec381-83ab-4b09-aa03-c8300fb17428") - Notebooks
- Google Colab
- Kaggle
Ctrl+K