How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="deborahcodes/DistilBERT-depression-detector")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("deborahcodes/DistilBERT-depression-detector")
model = AutoModelForSequenceClassification.from_pretrained("deborahcodes/DistilBERT-depression-detector")
Quick Links

Depression Detector

Helps in early detection of depression based on sentiment analysis

  • Developed by: deborahcodes
  • Finetuned from model: distilbert-base-uncased
Downloads last month
2
Safetensors
Model size
67M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for deborahcodes/DistilBERT-depression-detector

Finetuned
(11711)
this model

Dataset used to train deborahcodes/DistilBERT-depression-detector