ModernBERT-CritiQ
This model fine-tunes ModernBERT-base to classify critical questions as either:
- β Useful (label = 1)
- β Non-Useful (label = 0)
π§ Use Case
Evaluating the usefulness of questions in argumentation contexts (e.g., political debates, persuasive writing, education).
π§ͺ Dataset
Finetuned on: MidhunKanadan/CritiQ_BERT
π¦ Example
from transformers import pipeline
classifier = pipeline("text-classification", model="MidhunKanadan/ModernBERT-CritiQ")
result = classifier("Are there more effective ways to improve fairness without raising the minimum wage?")
print(result)
# β [{'label': 'Useful', 'score': 0.9982688426971436}]
- Downloads last month
- 47
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
HF Inference deployability: The model has no library tag.