update model card README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- text-classification
|
5 |
-
- depression
|
6 |
-
- reddit
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- depression-reddit-cleaned
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
-
widget:
|
13 |
-
- text: ["i just found out my boyfriend is depressed i really want to be there for him but i feel like i ve only been saying the wrong thing how can i be there for him help him and see him get better i m worried it will continue to the point it will consume him i can already see his personality changing and i m scared for the future what thing can i say or do to comfort or help"]
|
14 |
-
example_title: depression
|
15 |
-
- text: ["i m getting more and more people asking where they can buy the ambients album simple answer is quot not yet quot it ll be on itunes eventually"]
|
16 |
-
example_title: not_depression
|
17 |
model-index:
|
18 |
- name: depression-reddit-distilroberta-base
|
19 |
results:
|
@@ -21,7 +13,7 @@ model-index:
|
|
21 |
name: Text Classification
|
22 |
type: text-classification
|
23 |
dataset:
|
24 |
-
name:
|
25 |
type: depression-reddit-cleaned
|
26 |
config: default
|
27 |
split: train
|
@@ -29,7 +21,7 @@ model-index:
|
|
29 |
metrics:
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
-
value: 0.
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -37,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
37 |
|
38 |
# depression-reddit-distilroberta-base
|
39 |
|
40 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the
|
41 |
It achieves the following results on the evaluation set:
|
42 |
-
- Loss: 0.
|
43 |
-
- Accuracy: 0.
|
44 |
|
45 |
## Model description
|
46 |
|
@@ -71,15 +63,15 @@ The following hyperparameters were used during training:
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
-
- Transformers 4.
|
83 |
- Pytorch 2.0.1+cu118
|
84 |
- Datasets 2.13.0
|
85 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- depression-reddit-cleaned
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: depression-reddit-distilroberta-base
|
11 |
results:
|
|
|
13 |
name: Text Classification
|
14 |
type: text-classification
|
15 |
dataset:
|
16 |
+
name: depression-reddit-cleaned
|
17 |
type: depression-reddit-cleaned
|
18 |
config: default
|
19 |
split: train
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9851325145442793
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# depression-reddit-distilroberta-base
|
31 |
|
32 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the depression-reddit-cleaned dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0951
|
35 |
+
- Accuracy: 0.9851
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| 0.1711 | 0.65 | 500 | 0.0821 | 0.9716 |
|
67 |
+
| 0.1022 | 1.29 | 1000 | 0.1148 | 0.9709 |
|
68 |
+
| 0.0595 | 1.94 | 1500 | 0.1178 | 0.9787 |
|
69 |
+
| 0.0348 | 2.59 | 2000 | 0.0951 | 0.9851 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
73 |
|
74 |
+
- Transformers 4.30.2
|
75 |
- Pytorch 2.0.1+cu118
|
76 |
- Datasets 2.13.0
|
77 |
- Tokenizers 0.13.3
|