Instructions to use johngreendr1/9d922c62-3828-4d2c-ae64-2b346fced24a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/9d922c62-3828-4d2c-ae64-2b346fced24a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openai/gpt-oss-20b") model = PeftModel.from_pretrained(base_model, "johngreendr1/9d922c62-3828-4d2c-ae64-2b346fced24a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K