Training completed!
Browse files
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,13 +69,13 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
- Transformers 4.
|
79 |
-
- Pytorch 2.0
|
80 |
-
- Datasets 2.
|
81 |
-
- Tokenizers 0.
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.923
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.92304659943046
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.2302
|
40 |
+
- Accuracy: 0.923
|
41 |
+
- F1: 0.9230
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| 0.8433 | 1.0 | 250 | 0.3194 | 0.911 | 0.9105 |
|
73 |
+
| 0.2605 | 2.0 | 500 | 0.2302 | 0.923 | 0.9230 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
+
- Transformers 4.41.2
|
79 |
+
- Pytorch 2.3.0+cu121
|
80 |
+
- Datasets 2.20.0
|
81 |
+
- Tokenizers 0.19.1
|
runs/Jul07_05-34-23_7a56ca70b1a8/events.out.tfevents.1720330464.7a56ca70b1a8.1481.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f792d43b9f4d8c58dabda05c5e81cf609a4d2a9cc17ecd7f458e88f08e1cbca6
|
3 |
+
size 6544
|