RuBERT Model for Logical Question Classification

This model classifies questions as logically correct or incorrect.

1 - logically correct

0 - logically incorrect

Metrics on validation

Accuracy: 0.9500 Precision: 1.0000 Recall: 0.9000 F1-score: 0.9474

Example inference

from transformers import pipeline
classifier = pipeline('text-classification', model='I77/question_classifier')
print(classifier('Этот вопрос логичен?'))
Downloads last month
126
Safetensors
Model size
178M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for I77/question_classifier

Finetuned
(39)
this model

Dataset used to train I77/question_classifier