Instructions to use silvano315/fine_tuned_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use silvano315/fine_tuned_model with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("cardiffnlp/twitter-roberta-base-sentiment-latest") model = PeftModel.from_pretrained(base_model, "silvano315/fine_tuned_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K