Instructions to use abubakarilyas624/output_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abubakarilyas624/output_new with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("unsloth/gemma-2-9b-it-bnb-4bit") model = PeftModel.from_pretrained(base_model, "abubakarilyas624/output_new") - Notebooks
- Google Colab
- Kaggle
Ctrl+K