Opsifiz commited on
Commit
a362f30
·
1 Parent(s): bfaffd8

Model V0.2.1

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -15,10 +15,12 @@ id2label = {
15
  0: 'Anxiety',
16
  1: 'BPD',
17
  2: 'Normal',
18
- 3: 'bipolar',
19
- 4: 'depression',
20
- 5: 'mentalillness',
21
- 6: 'schizophrenia'
 
 
22
  }
23
 
24
  def clean_text(text):
 
15
  0: 'Anxiety',
16
  1: 'BPD',
17
  2: 'Normal',
18
+ 3: 'Stress',
19
+ 4: 'Suicidal',
20
+ 5: 'Bipolar',
21
+ 6: 'Depression',
22
+ 7: 'Mentalillness',
23
+ 8: 'Schizophrenia'
24
  }
25
 
26
  def clean_text(text):