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
Safetensors
Model size
150M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support