carlosleao commited on
Commit
5b5f974
1 Parent(s): c3b6b44

End of training

Browse files
Files changed (3) hide show
  1. README.md +11 -19
  2. all_results.json +6 -6
  3. eval_results.json +6 -6
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 [motheecreator/vit-Facial-Expression-Recognition](https://huggingface.co/motheecreator/vit-Facial-Expression-Recognition) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4066
21
- - Accuracy: 0.8548
22
 
23
  ## Model description
24
 
@@ -43,31 +43,23 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - gradient_accumulation_steps: 8
45
  - total_train_batch_size: 256
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
- | 2.4389 | 0.9009 | 100 | 1.7820 | 0.6007 |
56
- | 0.7864 | 1.8018 | 200 | 0.6941 | 0.7625 |
57
- | 0.616 | 2.7027 | 300 | 0.5444 | 0.8104 |
58
- | 0.5426 | 3.6036 | 400 | 0.5069 | 0.8177 |
59
- | 0.4955 | 4.5045 | 500 | 0.4693 | 0.8292 |
60
- | 0.4483 | 5.4054 | 600 | 0.4387 | 0.8438 |
61
- | 0.4379 | 6.3063 | 700 | 0.4329 | 0.8495 |
62
- | 0.4073 | 7.2072 | 800 | 0.4256 | 0.8483 |
63
- | 0.3889 | 8.1081 | 900 | 0.4322 | 0.8393 |
64
- | 0.3765 | 9.0090 | 1000 | 0.4066 | 0.8548 |
65
- | 0.3101 | 9.9099 | 1100 | 0.4092 | 0.8545 |
66
 
67
 
68
  ### Framework versions
69
 
70
- - Transformers 4.45.1
71
- - Pytorch 2.4.1+cu121
72
- - Datasets 3.0.1
73
- - Tokenizers 0.20.0
 
17
 
18
  This model is a fine-tuned version of [motheecreator/vit-Facial-Expression-Recognition](https://huggingface.co/motheecreator/vit-Facial-Expression-Recognition) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.7487
21
+ - Accuracy: 0.8106
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - gradient_accumulation_steps: 8
45
  - total_train_batch_size: 256
46
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: cosine
48
  - lr_scheduler_warmup_steps: 1000
49
+ - num_epochs: 3
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 15.0942 | 0.8959 | 100 | 1.7638 | 0.5923 |
56
+ | 9.8203 | 1.7962 | 200 | 1.1090 | 0.7259 |
57
+ | 6.7293 | 2.6965 | 300 | 0.8104 | 0.8022 |
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.46.1
63
+ - Pytorch 2.5.1+cu124
64
+ - Datasets 3.0.2
65
+ - Tokenizers 0.20.1
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.8548114800225098,
4
- "eval_loss": 0.4066202640533447,
5
- "eval_runtime": 150.6221,
6
- "eval_samples_per_second": 23.595,
7
- "eval_steps_per_second": 0.744
8
  }
 
1
  {
2
+ "epoch": 2.992161254199328,
3
+ "eval_accuracy": 0.8105616093880972,
4
+ "eval_loss": 0.7486518621444702,
5
+ "eval_runtime": 132.5931,
6
+ "eval_samples_per_second": 26.992,
7
+ "eval_steps_per_second": 0.845
8
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 10.0,
3
- "eval_accuracy": 0.8548114800225098,
4
- "eval_loss": 0.4066202640533447,
5
- "eval_runtime": 150.6221,
6
- "eval_samples_per_second": 23.595,
7
- "eval_steps_per_second": 0.744
8
  }
 
1
  {
2
+ "epoch": 2.992161254199328,
3
+ "eval_accuracy": 0.8105616093880972,
4
+ "eval_loss": 0.7486518621444702,
5
+ "eval_runtime": 132.5931,
6
+ "eval_samples_per_second": 26.992,
7
+ "eval_steps_per_second": 0.845
8
  }