Instructions to use hannahhe/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 hannahhe/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, "hannahhe/distilbert-base-uncased-lora-text-classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4650c5dfd255e9744bb00bd2b73ae501f29e554d292b86289020af0de29868ab
- Size of remote file:
- 4.98 kB
- SHA256:
- 9be7b23344929ec8fae99a174f0dd6794da85765b43c2a1058eac5c32b82b3cc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.