Piro17 commited on
Commit
26d6745
·
1 Parent(s): 8cd7aa6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: 13E-affecthq-fer-balanced
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 13E-affecthq-fer-balanced
19
+
20
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.0526
23
+ - Accuracy: 0.6225
24
+ - Precision: 0.6161
25
+ - Recall: 0.6225
26
+ - F1: 0.6167
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 17
49
+ - gradient_accumulation_steps: 4
50
+ - total_train_batch_size: 128
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 13
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 1.7863 | 1.0 | 133 | 1.7632 | 0.4005 | 0.3617 | 0.4005 | 0.3058 |
61
+ | 1.3653 | 2.0 | 266 | 1.3630 | 0.5049 | 0.4838 | 0.5049 | 0.4445 |
62
+ | 1.2468 | 3.0 | 399 | 1.2475 | 0.5466 | 0.5451 | 0.5466 | 0.5115 |
63
+ | 1.1527 | 4.0 | 532 | 1.1865 | 0.5761 | 0.5612 | 0.5761 | 0.5580 |
64
+ | 1.0862 | 5.0 | 665 | 1.1448 | 0.5785 | 0.5687 | 0.5785 | 0.5659 |
65
+ | 1.064 | 6.0 | 798 | 1.1108 | 0.5972 | 0.5867 | 0.5972 | 0.5853 |
66
+ | 1.0037 | 7.0 | 931 | 1.0969 | 0.6019 | 0.5968 | 0.6019 | 0.5946 |
67
+ | 0.9533 | 8.0 | 1064 | 1.0764 | 0.6126 | 0.6034 | 0.6126 | 0.6046 |
68
+ | 0.9063 | 9.0 | 1197 | 1.0711 | 0.6155 | 0.6035 | 0.6155 | 0.6047 |
69
+ | 0.8666 | 10.0 | 1330 | 1.0589 | 0.6173 | 0.6107 | 0.6173 | 0.6108 |
70
+ | 0.8364 | 11.0 | 1463 | 1.0556 | 0.6178 | 0.6110 | 0.6178 | 0.6108 |
71
+ | 0.8659 | 12.0 | 1596 | 1.0521 | 0.6197 | 0.6141 | 0.6197 | 0.6151 |
72
+ | 0.8383 | 13.0 | 1729 | 1.0526 | 0.6225 | 0.6161 | 0.6225 | 0.6167 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.27.0.dev0
78
+ - Pytorch 1.13.1+cu116
79
+ - Datasets 2.9.0
80
+ - Tokenizers 0.13.2