sukanta commited on
Commit
c24e7f4
1 Parent(s): 353dbc0

update model card.

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -1,7 +1,20 @@
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
 
5
  # Advanced Suicidality Classifier Model
6
 
7
  ## Introduction
@@ -29,12 +42,12 @@ These metrics demonstrate the model's ability to accurately classify sequences o
29
 
30
  We collected data from multiple sources to create a rich and diverse training dataset:
31
 
32
- - [Source 1](https://www.kaggle.com/datasets/thedevastator/c-ssrs-labeled-suicidality-in-500-anonymized-red)
33
- - [Source 2](https://www.kaggle.com/datasets/amangoyl/reddit-dataset-for-multi-task-nlp)
34
- - [Source 3](https://www.kaggle.com/datasets/imeshsonu/suicideal-phrases)
35
- - [Source 4](https://raw.githubusercontent.com/laxmimerit/twitter-suicidal-intention-dataset/master/twitter-suicidal_data.csv)
36
- - [Source 5](https://www.kaggle.com/datasets/mohanedmashaly/suicide-notes)
37
- - [Source 6](https://www.kaggle.com/datasets/natalialech/suicidal-ideation-on-twitter)
38
 
39
  The data underwent thorough cleaning and preprocessing before being used for training the model.
40
 
 
1
  ---
2
  license: cc0-1.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy: 0.939432
7
+ - recall: 0.937164
8
+ - precision: 0.92822
9
+ - f1: 0.92822
10
+ tags:
11
+ - classification
12
+ - suicidality
13
+ - suicidal text detection
14
+ pipeline_tag: text-classification
15
  ---
16
 
17
+
18
  # Advanced Suicidality Classifier Model
19
 
20
  ## Introduction
 
42
 
43
  We collected data from multiple sources to create a rich and diverse training dataset:
44
 
45
+ - https://www.kaggle.com/datasets/thedevastator/c-ssrs-labeled-suicidality-in-500-anonymized-red
46
+ - https://www.kaggle.com/datasets/amangoyl/reddit-dataset-for-multi-task-nlp
47
+ - https://www.kaggle.com/datasets/imeshsonu/suicideal-phrases
48
+ - https://raw.githubusercontent.com/laxmimerit/twitter-suicidal-intention-dataset/master/twitter-suicidal_data.csv
49
+ - https://www.kaggle.com/datasets/mohanedmashaly/suicide-notes
50
+ - https://www.kaggle.com/datasets/natalialech/suicidal-ideation-on-twitter
51
 
52
  The data underwent thorough cleaning and preprocessing before being used for training the model.
53