Instructions to use Jahanzeb1/BERT-TextClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jahanzeb1/BERT-TextClassification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-cased") model = PeftModel.from_pretrained(base_model, "Jahanzeb1/BERT-TextClassification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8cfcc1f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ebbdd88431f5292952fdecc7426b3554f15896c5629357da48c4685ff8c966a0
size 4920
|