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