vibhorag101
commited on
Commit
•
4e27d70
1
Parent(s):
6910531
Update README.md
Browse files
README.md
CHANGED
@@ -36,13 +36,20 @@ library_name: transformers
|
|
36 |
|
37 |
# roberta-base-suicide-prediction-phr
|
38 |
|
39 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on
|
40 |
It achieves the following results on the evaluation/validation set:
|
41 |
- Loss: 0.1543
|
42 |
-
- Accuracy:
|
43 |
-
- Recall:
|
44 |
-
- Precision:
|
45 |
-
- F1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
## Model description
|
48 |
This model is a finetune of roberta-base to detect suicidal tendencies in a given text.
|
|
|
36 |
|
37 |
# roberta-base-suicide-prediction-phr
|
38 |
|
39 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on this [dataset](https://huggingface.co/datasets/vibhorag101/suicide_prediction_dataset_phr) sourced from Reddit.
|
40 |
It achieves the following results on the evaluation/validation set:
|
41 |
- Loss: 0.1543
|
42 |
+
- Accuracy: 0.9652972367116438
|
43 |
+
- Recall: 0.966571403827834
|
44 |
+
- Precision: 0.9638169257340242
|
45 |
+
- F1: 0.9651921995935487
|
46 |
+
|
47 |
+
It achieves the following result on validation partition of this updated [dataset](vibhorag101/phr_suicide_prediction_dataset_clean_light)
|
48 |
+
- Loss: 0.08761
|
49 |
+
- Accuracy: 0.97065
|
50 |
+
- Recall: 0.96652
|
51 |
+
- Precision: 0.97732
|
52 |
+
- F1: 0.97189
|
53 |
|
54 |
## Model description
|
55 |
This model is a finetune of roberta-base to detect suicidal tendencies in a given text.
|