Commit
·
24fb707
1
Parent(s):
e4baaa1
End of training
Browse files- README.md +4 -4
- eval_results.txt +5 -5
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -63,7 +63,7 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.9155
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.2515
|
33 |
+
- Accuracy: 0.9155
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| 0.9465 | 1.0 | 500 | 0.2515 | 0.9155 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
eval_results.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
epoch = 1.0
|
2 |
-
eval_accuracy = 0.
|
3 |
-
eval_loss = 0.
|
4 |
-
eval_runtime =
|
5 |
-
eval_samples_per_second =
|
6 |
-
eval_steps_per_second = 6.
|
|
|
1 |
epoch = 1.0
|
2 |
+
eval_accuracy = 0.9155
|
3 |
+
eval_loss = 0.2514632046222687
|
4 |
+
eval_runtime = 4.962
|
5 |
+
eval_samples_per_second = 403.061
|
6 |
+
eval_steps_per_second = 6.449
|