update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- depression-reddit-cleaned
|
@@ -13,7 +16,7 @@ model-index:
|
|
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,7 +24,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,10 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
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
|
|
|
16 |
name: Text Classification
|
17 |
type: text-classification
|
18 |
dataset:
|
19 |
+
name: mrjunos/depression-reddit-cleaned
|
20 |
type: depression-reddit-cleaned
|
21 |
config: default
|
22 |
split: train
|
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
+
value: 0.9715578539107951
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# depression-reddit-distilroberta-base
|
34 |
|
35 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the mrjunos/depression-reddit-cleaned dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.0821
|
38 |
+
- Accuracy: 0.9716
|
39 |
|
40 |
## Model description
|
41 |
|