End of training
Browse files- README.md +10 -12
- model.safetensors +1 -1
- preprocessor_config.json +23 -0
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [ayooke97/emotion_classifier](https://huggingface.co/ayooke97/emotion_classifier) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 1.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -67,15 +67,13 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 1.0 | 40 | 1.
|
71 |
-
| No log | 2.0 | 80 | 1.
|
72 |
-
| No log | 3.0 | 120 | 1.
|
73 |
-
| No log | 4.0 | 160 | 1.
|
74 |
-
| No log | 5.0 | 200 | 1.
|
75 |
-
| No log | 6.0 | 240 | 1.
|
76 |
-
| No log | 7.0 | 280 | 1.
|
77 |
-
| No log | 8.0 | 320 | 1.3882 | 0.5062 |
|
78 |
-
| No log | 9.0 | 360 | 1.4028 | 0.5188 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.59375
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [ayooke97/emotion_classifier](https://huggingface.co/ayooke97/emotion_classifier) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.1981
|
37 |
+
- Accuracy: 0.5938
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 1.0 | 40 | 1.2351 | 0.575 |
|
71 |
+
| No log | 2.0 | 80 | 1.2232 | 0.575 |
|
72 |
+
| No log | 3.0 | 120 | 1.2373 | 0.55 |
|
73 |
+
| No log | 4.0 | 160 | 1.1981 | 0.5938 |
|
74 |
+
| No log | 5.0 | 200 | 1.1942 | 0.5687 |
|
75 |
+
| No log | 6.0 | 240 | 1.2105 | 0.5813 |
|
76 |
+
| No log | 7.0 | 280 | 1.1909 | 0.5813 |
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343242432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f204b0526c04568711360b5cfd17f4368371b44f82f4ebab8ab6ce7fedc191
|
3 |
size 343242432
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "ViTImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"resample": 2,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 224,
|
21 |
+
"width": 224
|
22 |
+
}
|
23 |
+
}
|