Akashpaul123 commited on
Commit
4cab3a8
·
verified ·
1 Parent(s): 7a2ca76

Upload model_info.json

Browse files
Files changed (1) hide show
  1. model_info.json +26 -0
model_info.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "BERT Suicide Risk Detection",
3
+ "model_type": "bert-base-uncased",
4
+ "task": "Binary Classification (Suicide vs Non-Suicide)",
5
+ "created_date": "2025-07-03T20:35:44.437244",
6
+ "performance": {
7
+ "test_f1": 0.9772,
8
+ "test_accuracy": 0.9772,
9
+ "test_precision": 0.9773,
10
+ "test_recall": 0.9772,
11
+ "best_val_f1": 0.9776
12
+ },
13
+ "training_details": {
14
+ "epochs": 5,
15
+ "batch_size": 32,
16
+ "learning_rate": 2e-05,
17
+ "max_length": 512,
18
+ "dataset_size": 232074,
19
+ "training_time": "approximately 45 minutes"
20
+ },
21
+ "usage_instructions": {
22
+ "input": "Text string (any length)",
23
+ "output": "Prediction (suicide/non-suicide) with confidence scores",
24
+ "preprocessing": "Automatic text cleaning and tokenization"
25
+ }
26
+ }