carlosleao commited on
Commit
8582c5f
1 Parent(s): 8c16c59

facial-expression-recognition-ferplus

Browse files
Files changed (4) hide show
  1. README.md +20 -17
  2. all_results.json +6 -6
  3. eval_results.json +6 -6
  4. 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.5324
21
- - Accuracy: 0.4661
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: 10
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
- |:-------------:|:------:|:----:|:---------------:|:--------:|
55
- | 1.8118 | 0.8959 | 100 | 1.7186 | 0.3764 |
56
- | 1.6033 | 1.7917 | 200 | 1.5911 | 0.4088 |
57
- | 1.5483 | 2.6876 | 300 | 1.5577 | 0.4043 |
58
- | 1.516 | 3.5834 | 400 | 1.5156 | 0.4476 |
59
- | 1.4477 | 4.4793 | 500 | 1.4922 | 0.4504 |
60
- | 1.406 | 5.3751 | 600 | 1.4979 | 0.4409 |
61
- | 1.3453 | 6.2710 | 700 | 1.4768 | 0.4624 |
62
- | 1.268 | 7.1669 | 800 | 1.4816 | 0.4602 |
63
- | 1.2326 | 8.0627 | 900 | 1.6040 | 0.4127 |
64
- | 1.1273 | 8.9586 | 1000 | 1.5324 | 0.4661 |
65
- | 0.937 | 9.8544 | 1100 | 1.6156 | 0.4367 |
 
 
 
66
 
67
 
68
  ### Framework versions
69
 
70
  - Transformers 4.45.2
71
  - Pytorch 2.5.0+cu124
72
- - Datasets 3.0.1
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": 9.944008958566629,
3
- "eval_accuracy": 0.4660519698239732,
4
- "eval_loss": 1.5323501825332642,
5
- "eval_runtime": 25.4534,
6
- "eval_samples_per_second": 140.61,
7
- "eval_steps_per_second": 4.4
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": 9.944008958566629,
3
- "eval_accuracy": 0.4660519698239732,
4
- "eval_loss": 1.5323501825332642,
5
- "eval_runtime": 25.4534,
6
- "eval_samples_per_second": 140.61,
7
- "eval_steps_per_second": 4.4
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:4ad56dcb692d4595d6a3d5427497f5634ac7da914d059042d8652189e0277d39
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac2a60676206fde9528f0fc0f8f84fc3d8347ab00f0ad9a0ab46b95967c7adc
3
  size 343242432