KEYWORD STATEMENT VS QUESTION CLASSIFIER FOR NEURAL SEARCH

from transformers import AutoTokenizer, AutoModelForSequenceClassification
  
tokenizer = AutoTokenizer.from_pretrained("shahrukhx01/question-vs-statement-classifier")

model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/question-vs-statement-classifier")

Trained to add the feature for classifying queries between Question Query vs Statement Query using classification in Haystack

Downloads last month
38,846
Safetensors
Model size
11.2M params
Tensor type
I64
·
F32
·
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.