Instructions to use ValasaiChander/debatra-adu-parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ValasaiChander/debatra-adu-parser with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("microsoft/deberta-v3-base") model = PeftModel.from_pretrained(base_model, "ValasaiChander/debatra-adu-parser") - Notebooks
- Google Colab
- Kaggle
| { | |
| "O": 0, | |
| "B-claim": 1, | |
| "I-claim": 2, | |
| "B-warrant": 3, | |
| "I-warrant": 4 | |
| } |