update model card.
Browse files
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 |
-
-
|
33 |
-
-
|
34 |
-
-
|
35 |
-
-
|
36 |
-
-
|
37 |
-
-
|
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 |
|