karangupta224
commited on
Model save
Browse files- README.md +13 -8
- model.safetensors +1 -1
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.8014
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -52,16 +52,21 @@ The following hyperparameters were used during training:
|
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
- lr_scheduler_warmup_steps: 500
|
55 |
-
- num_epochs:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### 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.7715
|
24 |
- Accuracy: 0.8014
|
25 |
+
- F1: 0.8161
|
26 |
+
- Precision: 0.7816
|
27 |
+
- Recall: 0.8537
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
- lr_scheduler_warmup_steps: 500
|
55 |
+
- num_epochs: 8
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
+
| 0.3921 | 0.99 | 31 | 0.4379 | 0.8042 | 0.8153 | 0.7943 | 0.8374 |
|
63 |
+
| 0.3376 | 1.98 | 62 | 0.4358 | 0.8112 | 0.8173 | 0.8162 | 0.8184 |
|
64 |
+
| 0.3126 | 2.98 | 93 | 0.4642 | 0.7972 | 0.8172 | 0.7642 | 0.8780 |
|
65 |
+
| 0.2838 | 4.0 | 125 | 0.4438 | 0.8196 | 0.8264 | 0.8209 | 0.8320 |
|
66 |
+
| 0.2504 | 4.99 | 156 | 0.5249 | 0.7958 | 0.8161 | 0.7624 | 0.8780 |
|
67 |
+
| 0.2912 | 5.98 | 187 | 0.6067 | 0.7972 | 0.8221 | 0.7511 | 0.9079 |
|
68 |
+
| 0.1335 | 6.98 | 218 | 0.7014 | 0.8 | 0.8197 | 0.7665 | 0.8808 |
|
69 |
+
| 0.1579 | 7.94 | 248 | 0.7715 | 0.8014 | 0.8161 | 0.7816 | 0.8537 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498612824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac181de98f1b573e5f5a06c49324fe9a054ed3e2ef03972684b3ed90a5b59d0
|
3 |
size 498612824
|