Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,19 @@ datasets:
|
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
widget:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
model-index:
|
18 |
- name: depression-reddit-distilroberta-base
|
19 |
results:
|
@@ -30,13 +39,14 @@ model-index:
|
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
value: 0.9715578539107951
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
36 |
should probably proofread and complete it, then remove this comment. -->
|
37 |
|
38 |
-
# depression-reddit-distilroberta-base
|
39 |
-
|
40 |
## Example Pipeline
|
41 |
|
42 |
```python
|
@@ -48,6 +58,10 @@ predict_task("Stop listing your issues here, use forum instead or open ticket.")
|
|
48 |
[{'label': 'not_depression', 'score': 0.9813856482505798}]
|
49 |
```
|
50 |
|
|
|
|
|
|
|
|
|
51 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the mrjunos/depression-reddit-cleaned dataset.
|
52 |
It achieves the following results on the evaluation set:
|
53 |
- Loss: 0.0821
|
@@ -103,4 +117,4 @@ The following hyperparameters were used during training:
|
|
103 |
- Transformers 4.30.2
|
104 |
- Pytorch 2.0.1+cu118
|
105 |
- Datasets 2.13.0
|
106 |
-
- Tokenizers 0.13.3
|
|
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
widget:
|
13 |
+
- text:
|
14 |
+
- >-
|
15 |
+
i just found out my boyfriend is depressed i really want to be there for him
|
16 |
+
but i feel like i ve only been saying the wrong thing how can i be there for
|
17 |
+
him help him and see him get better i m worried it will continue to the
|
18 |
+
point it will consume him i can already see his personality changing and i m
|
19 |
+
scared for the future what thing can i say or do to comfort or help
|
20 |
+
example_title: depression
|
21 |
+
- text:
|
22 |
+
- >-
|
23 |
+
i m getting more and more people asking where they can buy the ambients
|
24 |
+
album simple answer is quot not yet quot it ll be on itunes eventually
|
25 |
+
example_title: not_depression
|
26 |
model-index:
|
27 |
- name: depression-reddit-distilroberta-base
|
28 |
results:
|
|
|
39 |
- name: Accuracy
|
40 |
type: accuracy
|
41 |
value: 0.9715578539107951
|
42 |
+
language:
|
43 |
+
- en
|
44 |
+
pipeline_tag: text-classification
|
45 |
---
|
46 |
|
47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
48 |
should probably proofread and complete it, then remove this comment. -->
|
49 |
|
|
|
|
|
50 |
## Example Pipeline
|
51 |
|
52 |
```python
|
|
|
58 |
[{'label': 'not_depression', 'score': 0.9813856482505798}]
|
59 |
```
|
60 |
|
61 |
+
Disclaimer: This machine learning model classifies texts related to depression, but I am not an expert or a mental health professional.
|
62 |
+
I do not intend to diagnose or offer medical advice. The information provided should not replace consultation with a qualified professional.
|
63 |
+
The results may not be accurate. Use this model at your own risk and seek professional advice if needed.
|
64 |
+
|
65 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the mrjunos/depression-reddit-cleaned dataset.
|
66 |
It achieves the following results on the evaluation set:
|
67 |
- Loss: 0.0821
|
|
|
117 |
- Transformers 4.30.2
|
118 |
- Pytorch 2.0.1+cu118
|
119 |
- Datasets 2.13.0
|
120 |
+
- Tokenizers 0.13.3
|