Instructions to use ktgiahieu/deberta-v3-large-ptuning-logimpact-fullpaper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ktgiahieu/deberta-v3-large-ptuning-logimpact-fullpaper 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-logimpact-fullpaper") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support