carlosleao commited on
Commit
2fa24cc
1 Parent(s): 2ca527d

facial-expression-recognition-ferplus

Browse files
Files changed (4) hide show
  1. README.md +15 -55
  2. all_results.json +6 -6
  3. eval_results.json +6 -6
  4. model.safetensors +1 -1
README.md CHANGED
@@ -3,26 +3,11 @@ library_name: transformers
3
  base_model: carlosleao/vit-Facial-Expression-Recognition
4
  tags:
5
  - generated_from_trainer
6
- datasets:
7
- - imagefolder
8
  metrics:
9
  - accuracy
10
  model-index:
11
  - name: vit-Facial-Expression-Recognition
12
- results:
13
- - task:
14
- name: Image Classification
15
- type: image-classification
16
- dataset:
17
- name: imagefolder
18
- type: imagefolder
19
- config: default
20
- split: test
21
- args: default
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.789064300530076
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # vit-Facial-Expression-Recognition
32
 
33
- This model is a fine-tuned version of [carlosleao/vit-Facial-Expression-Recognition](https://huggingface.co/carlosleao/vit-Facial-Expression-Recognition) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6250
36
- - Accuracy: 0.7891
37
 
38
  ## Model description
39
 
@@ -67,42 +52,17 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:------:|:----:|:---------------:|:--------:|
70
- | 1.6718 | 0.2753 | 100 | 1.5767 | 0.5306 |
71
- | 1.1709 | 0.5506 | 200 | 1.2371 | 0.6482 |
72
- | 0.9479 | 0.8259 | 300 | 1.1168 | 0.6897 |
73
- | 0.8293 | 1.1012 | 400 | 1.0489 | 0.6954 |
74
- | 0.7735 | 1.3765 | 500 | 0.9967 | 0.7021 |
75
- | 0.7132 | 1.6518 | 600 | 0.9411 | 0.7188 |
76
- | 0.6777 | 1.9270 | 700 | 0.9154 | 0.7236 |
77
- | 0.6216 | 2.2023 | 800 | 0.8650 | 0.7359 |
78
- | 0.5866 | 2.4776 | 900 | 0.8482 | 0.7344 |
79
- | 0.5725 | 2.7529 | 1000 | 0.7778 | 0.7487 |
80
- | 0.5442 | 3.0282 | 1100 | 0.8053 | 0.7383 |
81
- | 0.4893 | 3.3035 | 1200 | 0.7572 | 0.7531 |
82
- | 0.4852 | 3.5788 | 1300 | 0.7322 | 0.7588 |
83
- | 0.4862 | 3.8541 | 1400 | 0.6850 | 0.7734 |
84
- | 0.4203 | 4.1294 | 1500 | 0.7032 | 0.7612 |
85
- | 0.4037 | 4.4047 | 1600 | 0.6758 | 0.7670 |
86
- | 0.4214 | 4.6800 | 1700 | 0.6657 | 0.7732 |
87
- | 0.4166 | 4.9553 | 1800 | 0.6488 | 0.7788 |
88
- | 0.3437 | 5.2306 | 1900 | 0.6573 | 0.7754 |
89
- | 0.3488 | 5.5058 | 2000 | 0.6713 | 0.7695 |
90
- | 0.3355 | 5.7811 | 2100 | 0.6249 | 0.7853 |
91
- | 0.3187 | 6.0564 | 2200 | 0.6679 | 0.7715 |
92
- | 0.2765 | 6.3317 | 2300 | 0.6246 | 0.7872 |
93
- | 0.2853 | 6.6070 | 2400 | 0.6376 | 0.7830 |
94
- | 0.2755 | 6.8823 | 2500 | 0.6349 | 0.7813 |
95
- | 0.2428 | 7.1576 | 2600 | 0.6273 | 0.7860 |
96
- | 0.2351 | 7.4329 | 2700 | 0.6427 | 0.7804 |
97
- | 0.2391 | 7.7082 | 2800 | 0.6380 | 0.7827 |
98
- | 0.2421 | 7.9835 | 2900 | 0.6283 | 0.7868 |
99
- | 0.2097 | 8.2588 | 3000 | 0.6250 | 0.7891 |
100
- | 0.2179 | 8.5341 | 3100 | 0.6386 | 0.7863 |
101
- | 0.214 | 8.8094 | 3200 | 0.6360 | 0.7854 |
102
- | 0.205 | 9.0847 | 3300 | 0.6244 | 0.7918 |
103
- | 0.2029 | 9.3599 | 3400 | 0.6333 | 0.7875 |
104
- | 0.1995 | 9.6352 | 3500 | 0.6340 | 0.7872 |
105
- | 0.1999 | 9.9105 | 3600 | 0.6332 | 0.7877 |
106
 
107
 
108
  ### Framework versions
 
3
  base_model: carlosleao/vit-Facial-Expression-Recognition
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: vit-Facial-Expression-Recognition
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # vit-Facial-Expression-Recognition
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
 
 
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
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 9.993117687543014,
3
- "eval_accuracy": 0.789064300530076,
4
- "eval_loss": 0.6250218152999878,
5
- "eval_runtime": 811.3981,
6
- "eval_samples_per_second": 21.39,
7
- "eval_steps_per_second": 0.669
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
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 9.993117687543014,
3
- "eval_accuracy": 0.789064300530076,
4
- "eval_loss": 0.6250218152999878,
5
- "eval_runtime": 811.3981,
6
- "eval_samples_per_second": 21.39,
7
- "eval_steps_per_second": 0.669
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4ec82f7a833b31d4c2864075ada8d677b195b8c9afc2e1cba87890e57080687
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9a3ff62be0b4e6e96fc8202b99e746e213bccbf14a0398a91eed4a85c67e4b
3
  size 343242432