karangupta224
commited on
Commit
•
cb89668
1
Parent(s):
fb0e4fd
Model save
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [mental/mental-roberta-base](https://huggingface.co/mental/mental-roberta-base) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -59,10 +59,10 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [mental/mental-roberta-base](https://huggingface.co/mental/mental-roberta-base) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3151
|
24 |
+
- Accuracy: 0.8698
|
25 |
+
- F1: 0.9191
|
26 |
+
- Precision: 0.8785
|
27 |
+
- Recall: 0.9636
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
+
| 0.4479 | 0.96 | 15 | 0.4467 | 0.7674 | 0.8684 | 0.7674 | 1.0 |
|
63 |
+
| 0.4121 | 1.98 | 31 | 0.4025 | 0.7674 | 0.8684 | 0.7674 | 1.0 |
|
64 |
+
| 0.3394 | 3.0 | 47 | 0.3229 | 0.7674 | 0.8684 | 0.7674 | 1.0 |
|
65 |
+
| 0.2806 | 3.82 | 60 | 0.3151 | 0.8698 | 0.9191 | 0.8785 | 0.9636 |
|
66 |
|
67 |
|
68 |
### Framework versions
|