reab5555 commited on
Commit
697cd6f
1 Parent(s): 171f37b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,5 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  This model is a fine-tuned version of distilbert-base-uncased on Reddit dataset contains text related to mental health reports of users. it predicts mental health disorders from textual content.
5
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - reddit
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: pretrained_model
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: reddit
18
+ type: posts
19
+ config: simplified
20
+ split: validation
21
+ args: simplified
22
+ metrics:
23
+ - name: F1
24
+ type: f1
25
+ value: 0.6356
26
+ - name: AUC
27
+ type: auc
28
+ value: 0.7643
29
+
30
  ---
31
  This model is a fine-tuned version of distilbert-base-uncased on Reddit dataset contains text related to mental health reports of users. it predicts mental health disorders from textual content.
32