Instructions to use ktgiahieu/deberta-v3-large-ptuning-2000words-accept-reject with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ktgiahieu/deberta-v3-large-ptuning-2000words-accept-reject with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("ktgiahieu/base-deberta-v3-large-peft-p-tuning-fbprize") model = PeftModel.from_pretrained(base_model, "ktgiahieu/deberta-v3-large-ptuning-2000words-accept-reject") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support