christinacdl commited on
Commit
4d80524
·
1 Parent(s): 11cc49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,11 +2,17 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
5
  metrics:
6
  - accuracy
7
  model-index:
8
  - name: moderate_severe_depression_model
9
  results: []
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -20,6 +26,24 @@ It achieves the following results on the evaluation set:
20
  - Macro F1: 0.8927
21
  - Accuracy: 0.8932
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ## Model description
24
 
25
  More information needed
@@ -63,4 +87,4 @@ The following hyperparameters were used during training:
63
  - Transformers 4.27.1
64
  - Pytorch 2.0.1+cu118
65
  - Datasets 2.9.0
66
- - Tokenizers 0.13.3
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ - code
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: moderate_severe_depression_model
10
  results: []
11
+ datasets:
12
+ - christinacdl/balanced_depression_dataset
13
+ language:
14
+ - en
15
+ pipeline_tag: text-classification
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
  - Macro F1: 0.8927
27
  - Accuracy: 0.8932
28
 
29
+ Results on Test set:
30
+
31
+ -Accuracy: 0.8817204301075269
32
+
33
+ -F1 score: 0.8819253137510324
34
+
35
+ -Precision: 0.8855477220587717
36
+
37
+ -Recall : 0.8817204301075269
38
+
39
+ -Matthews Correlation Coefficient: 0.8242972089300715
40
+
41
+ -Precision of each class: [0.98420129 0.85636693 0.81607495]
42
+
43
+ -Recall of each class: [0.93548387 0.78921023 0.92046719]
44
+
45
+ -F1 score of each class: [0.95922441 0.82141823 0.8651333 ]
46
+
47
  ## Model description
48
 
49
  More information needed
 
87
  - Transformers 4.27.1
88
  - Pytorch 2.0.1+cu118
89
  - Datasets 2.9.0
90
+ - Tokenizers 0.13.3