Instructions to use wt-golf/distilbert-base-uncased-lora-text-classification-imdb-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wt-golf/distilbert-base-uncased-lora-text-classification-imdb-1k with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased") model = PeftModel.from_pretrained(base_model, "wt-golf/distilbert-base-uncased-lora-text-classification-imdb-1k") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support