Instructions to use Arifaa/distilbert-base-uncased-lora-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Arifaa/distilbert-base-uncased-lora-text-classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased") model = PeftModel.from_pretrained(base_model, "Arifaa/distilbert-base-uncased-lora-text-classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f2680ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f4d1be854537b6ead921b03564ccb3dec976c6da32cda23d2448d00fc39d383
size 4792
|