Instructions to use ValasaiChander/debatra-fallacy-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ValasaiChander/debatra-fallacy-detector with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v3-base") model = PeftModel.from_pretrained(base_model, "ValasaiChander/debatra-fallacy-detector") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2464a6b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0dab0d86af8db9f67148a3fa09b9e8e8bc497a573f47f3d443dced5e9390ecfa
size 5585
|