Text Classification
Transformers
Safetensors
English
bert
mental-health
nlp
depression
anxiety
suicidal
Eval Results (legacy)
Instructions to use Elite13/bert-finetuned-mental-health with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elite13/bert-finetuned-mental-health with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Elite13/bert-finetuned-mental-health")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Elite13/bert-finetuned-mental-health") model = AutoModelForSequenceClassification.from_pretrained("Elite13/bert-finetuned-mental-health", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository