ridwansukri
commited on
Commit
•
9984faa
1
Parent(s):
fe5938e
End of training
Browse files- README.md +124 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: emotion_classification_v1
|
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: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.575
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# emotion_classification_v1
|
32 |
+
|
33 |
+
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 imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.1905
|
36 |
+
- Accuracy: 0.575
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 64
|
57 |
+
- eval_batch_size: 64
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 50
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| No log | 1.0 | 10 | 2.0278 | 0.2437 |
|
68 |
+
| No log | 2.0 | 20 | 1.8875 | 0.3875 |
|
69 |
+
| No log | 3.0 | 30 | 1.6890 | 0.4313 |
|
70 |
+
| No log | 4.0 | 40 | 1.5484 | 0.5 |
|
71 |
+
| No log | 5.0 | 50 | 1.4799 | 0.5125 |
|
72 |
+
| No log | 6.0 | 60 | 1.4148 | 0.5375 |
|
73 |
+
| No log | 7.0 | 70 | 1.3529 | 0.5375 |
|
74 |
+
| No log | 8.0 | 80 | 1.3120 | 0.5312 |
|
75 |
+
| No log | 9.0 | 90 | 1.2790 | 0.5813 |
|
76 |
+
| No log | 10.0 | 100 | 1.2498 | 0.575 |
|
77 |
+
| No log | 11.0 | 110 | 1.2610 | 0.525 |
|
78 |
+
| No log | 12.0 | 120 | 1.1896 | 0.5938 |
|
79 |
+
| No log | 13.0 | 130 | 1.2251 | 0.5312 |
|
80 |
+
| No log | 14.0 | 140 | 1.2019 | 0.575 |
|
81 |
+
| No log | 15.0 | 150 | 1.1797 | 0.5563 |
|
82 |
+
| No log | 16.0 | 160 | 1.2484 | 0.5437 |
|
83 |
+
| No log | 17.0 | 170 | 1.1766 | 0.5875 |
|
84 |
+
| No log | 18.0 | 180 | 1.2401 | 0.4938 |
|
85 |
+
| No log | 19.0 | 190 | 1.1977 | 0.5312 |
|
86 |
+
| No log | 20.0 | 200 | 1.1839 | 0.5875 |
|
87 |
+
| No log | 21.0 | 210 | 1.2028 | 0.5687 |
|
88 |
+
| No log | 22.0 | 220 | 1.2048 | 0.5625 |
|
89 |
+
| No log | 23.0 | 230 | 1.2637 | 0.5375 |
|
90 |
+
| No log | 24.0 | 240 | 1.2371 | 0.5375 |
|
91 |
+
| No log | 25.0 | 250 | 1.2777 | 0.5687 |
|
92 |
+
| No log | 26.0 | 260 | 1.2544 | 0.525 |
|
93 |
+
| No log | 27.0 | 270 | 1.2104 | 0.5625 |
|
94 |
+
| No log | 28.0 | 280 | 1.1372 | 0.5938 |
|
95 |
+
| No log | 29.0 | 290 | 1.2405 | 0.575 |
|
96 |
+
| No log | 30.0 | 300 | 1.1624 | 0.6062 |
|
97 |
+
| No log | 31.0 | 310 | 1.2376 | 0.5875 |
|
98 |
+
| No log | 32.0 | 320 | 1.1794 | 0.5875 |
|
99 |
+
| No log | 33.0 | 330 | 1.2156 | 0.5563 |
|
100 |
+
| No log | 34.0 | 340 | 1.1725 | 0.55 |
|
101 |
+
| No log | 35.0 | 350 | 1.2394 | 0.55 |
|
102 |
+
| No log | 36.0 | 360 | 1.1886 | 0.5938 |
|
103 |
+
| No log | 37.0 | 370 | 1.1760 | 0.6188 |
|
104 |
+
| No log | 38.0 | 380 | 1.2757 | 0.525 |
|
105 |
+
| No log | 39.0 | 390 | 1.1703 | 0.6062 |
|
106 |
+
| No log | 40.0 | 400 | 1.2734 | 0.575 |
|
107 |
+
| No log | 41.0 | 410 | 1.2265 | 0.5563 |
|
108 |
+
| No log | 42.0 | 420 | 1.2651 | 0.5687 |
|
109 |
+
| No log | 43.0 | 430 | 1.2419 | 0.5813 |
|
110 |
+
| No log | 44.0 | 440 | 1.1871 | 0.6 |
|
111 |
+
| No log | 45.0 | 450 | 1.2542 | 0.575 |
|
112 |
+
| No log | 46.0 | 460 | 1.1910 | 0.5813 |
|
113 |
+
| No log | 47.0 | 470 | 1.1990 | 0.6 |
|
114 |
+
| No log | 48.0 | 480 | 1.2097 | 0.5813 |
|
115 |
+
| No log | 49.0 | 490 | 1.2226 | 0.5875 |
|
116 |
+
| 0.699 | 50.0 | 500 | 1.2793 | 0.5375 |
|
117 |
+
|
118 |
+
|
119 |
+
### Framework versions
|
120 |
+
|
121 |
+
- Transformers 4.33.2
|
122 |
+
- Pytorch 2.0.1+cu118
|
123 |
+
- Datasets 2.14.5
|
124 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343287149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4266fbfdd5ddc9ac9e4b784b2c6ba16681bb89c8b91b432ac65c1ca13d7e09b0
|
3 |
size 343287149
|