reab5555 commited on
Commit
b4d3c90
1 Parent(s): 2a63b81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -31,8 +31,7 @@ It achieves the following results on the validation set:
31
  * Precision: 0.7731
32
 
33
  # Description
34
- This model is a finetuned BERT (bert-base-uncased) hybrid model, that predict different mental disorders.
35
- * It is using combinded features of sentiments and emotions (distilbert-base-uncased-finetuned-sst-2-english and roberta-base-go_emotions).
36
  * It is trained on a costume dataset of texts or posts (from Reddit) about general experiences of users with mental health problems.
37
  * Dataset was cleaned and all direct mentions of the disorder names in the texts were removed.
38
 
@@ -76,11 +75,6 @@ PTSD: 1089
76
 
77
 
78
  model-finetuning: bert-base-uncased
79
-
80
- additional features (GoEmotions - SamLowe/roberta-base-go_emotions + SST2 - distilbert/distilbert-base-uncased-finetuned-sst-2-english):
81
- negative, positive, admiration, amusement, anger, annoyance, approval, caring, confusion, curiosity,
82
- desire, disappointment, disapproval, disgust, embarrassment, excitement, fear, gratitude, grief,
83
- joy, love, nervousness, optimism, pride, realization, relief, remorse, sadness, surprise, neutral
84
 
85
  The following hyperparameters were used during training:
86
 
 
31
  * Precision: 0.7731
32
 
33
  # Description
34
+ This model is a finetuned BERT (bert-base-uncased) model that predict different mental disorders.
 
35
  * It is trained on a costume dataset of texts or posts (from Reddit) about general experiences of users with mental health problems.
36
  * Dataset was cleaned and all direct mentions of the disorder names in the texts were removed.
37
 
 
75
 
76
 
77
  model-finetuning: bert-base-uncased
 
 
 
 
 
78
 
79
  The following hyperparameters were used during training:
80