Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,13 @@ library_name: transformers
|
|
16 |
|
17 |
# Suicidal Detection System
|
18 |
|
19 |
-
This is a fine-tuned model based on a transformer architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Example
|
22 |
|
|
|
16 |
|
17 |
# Suicidal Detection System
|
18 |
|
19 |
+
This is a fine-tuned model based on a transformer architecture distilBERT for detecting suicidal intent or ideation in text. This model purpose is for text-classification in suicidal detection system.
|
20 |
+
|
21 |
+
Example output
|
22 |
+
|
23 |
+
| Text Input | Label | Score |
|
24 |
+
| :------------------------------- | :--------| :---- |
|
25 |
+
| "I want to jump off this bridge" | Suicidal | 0.89 |
|
26 |
|
27 |
## Example
|
28 |
|