Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ model = pipeline("text-classification", model="Kebinnuil/suicidal_detection_mode
|
|
34 |
|
35 |
result = model("I want to jump off the bridge")
|
36 |
print(result)
|
|
|
37 |
|
38 |
## Training Metrics
|
39 |
The dataset was split into 80/10/10 for train/validation/test set. Table below shows the result of the model's training metrics.
|
|
|
34 |
|
35 |
result = model("I want to jump off the bridge")
|
36 |
print(result)
|
37 |
+
```
|
38 |
|
39 |
## Training Metrics
|
40 |
The dataset was split into 80/10/10 for train/validation/test set. Table below shows the result of the model's training metrics.
|