README.md
Browse files
README.md
CHANGED
|
@@ -1,30 +1,34 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
|
|
|
| 8 |
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
- pytorch
|
| 13 |
-
- transformers
|
| 14 |
-
- sentiment-analysis
|
| 15 |
-
- healthcare
|
| 16 |
-
language:
|
| 17 |
-
- en
|
| 18 |
-
license: mit
|
| 19 |
-
datasets:
|
| 20 |
-
- AIMH/SWMH
|
| 21 |
-
metrics:
|
| 22 |
-
- accuracy
|
| 23 |
-
- f1
|
| 24 |
-
pipeline_tag: text-classification
|
| 25 |
|
|
|
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Model Description
|
| 29 |
|
| 30 |
This model is based on `microsoft/deberta-v3-small` and has been fine-tuned to classify text into 8 mental health categories.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-classification
|
| 4 |
+
- mental-health
|
| 5 |
+
- deberta-v3
|
| 6 |
+
- pytorch
|
| 7 |
+
- transformers
|
| 8 |
+
- sentiment-analysis
|
| 9 |
+
- healthcare
|
| 10 |
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
|
| 14 |
+
license: mit
|
| 15 |
|
| 16 |
+
datasets:
|
| 17 |
+
- AIMH/SWMH
|
| 18 |
|
| 19 |
+
metrics:
|
| 20 |
+
- accuracy
|
| 21 |
+
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
pipeline_tag: text-classification
|
| 24 |
---
|
| 25 |
|
| 26 |
+
# DeBERTa Mental Health Classification Model
|
| 27 |
+
|
| 28 |
+
A fine-tuned DeBERTa v3 small model for detecting mental health conditions from text.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
## Model Description
|
| 33 |
|
| 34 |
This model is based on `microsoft/deberta-v3-small` and has been fine-tuned to classify text into 8 mental health categories.
|