carlosleao
commited on
Commit
•
8582c5f
1
Parent(s):
8c16c59
facial-expression-recognition-ferplus
Browse files- README.md +20 -17
- all_results.json +6 -6
- eval_results.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [carlosleao/vit-Facial-Expression-Recognition](https://huggingface.co/carlosleao/vit-Facial-Expression-Recognition) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,28 +46,31 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_steps: 1000
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
| 0.
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.45.2
|
71 |
- Pytorch 2.5.0+cu124
|
72 |
-
- Datasets 3.0.
|
73 |
- Tokenizers 0.20.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [carlosleao/vit-Facial-Expression-Recognition](https://huggingface.co/carlosleao/vit-Facial-Expression-Recognition) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5831
|
21 |
+
- Accuracy: 0.4234
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_steps: 1000
|
49 |
+
- num_epochs: 30
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.7711 | 2.0833 | 100 | 1.7038 | 0.3915 |
|
56 |
+
| 1.5964 | 4.1667 | 200 | 1.5836 | 0.3957 |
|
57 |
+
| 1.5002 | 6.25 | 300 | 1.5438 | 0.4113 |
|
58 |
+
| 1.3591 | 8.3333 | 400 | 1.5690 | 0.4016 |
|
59 |
+
| 1.1821 | 10.4167 | 500 | 1.5831 | 0.4234 |
|
60 |
+
| 0.9323 | 12.5 | 600 | 1.7256 | 0.3960 |
|
61 |
+
| 0.7237 | 14.5833 | 700 | 1.8623 | 0.3954 |
|
62 |
+
| 0.5376 | 16.6667 | 800 | 2.0238 | 0.3742 |
|
63 |
+
| 0.363 | 18.75 | 900 | 2.1839 | 0.3462 |
|
64 |
+
| 0.238 | 20.8333 | 1000 | 2.2616 | 0.3602 |
|
65 |
+
| 0.1686 | 22.9167 | 1100 | 2.3515 | 0.3758 |
|
66 |
+
| 0.0952 | 25.0 | 1200 | 2.4730 | 0.3836 |
|
67 |
+
| 0.0526 | 27.0833 | 1300 | 2.5531 | 0.3898 |
|
68 |
+
| 0.0399 | 29.1667 | 1400 | 2.5901 | 0.3778 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.45.2
|
74 |
- Pytorch 2.5.0+cu124
|
75 |
+
- Datasets 3.0.2
|
76 |
- Tokenizers 0.20.1
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 1.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 30.0,
|
3 |
+
"eval_accuracy": 0.42340286831812257,
|
4 |
+
"eval_loss": 1.5831071138381958,
|
5 |
+
"eval_runtime": 26.0496,
|
6 |
+
"eval_samples_per_second": 117.775,
|
7 |
+
"eval_steps_per_second": 3.685
|
8 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 1.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 30.0,
|
3 |
+
"eval_accuracy": 0.42340286831812257,
|
4 |
+
"eval_loss": 1.5831071138381958,
|
5 |
+
"eval_runtime": 26.0496,
|
6 |
+
"eval_samples_per_second": 117.775,
|
7 |
+
"eval_steps_per_second": 3.685
|
8 |
}
|
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:dac2a60676206fde9528f0fc0f8f84fc3d8347ab00f0ad9a0ab46b95967c7adc
|
3 |
size 343242432
|