Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Question vs Statement classifier trained on more than 7k samples which were coming from spoken data in an interview setting

Code for using in Transformers:

from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("mrsinghania/asr-question-detection")

model = AutoModelForSequenceClassification.from_pretrained("mrsinghania/asr-question-detection")

Downloads last month
400
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.