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