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