Kebinnuil commited on
Commit
3a63c01
·
verified ·
1 Parent(s): e394787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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 (e.g., BERT) for detecting suicidal intent or ideation in text. It can be used in mental health monitoring systems, chat moderation, or crisis support tools.
 
 
 
 
 
 
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