aswincandra
commited on
Commit
•
7c6f052
1
Parent(s):
1bee6e6
rgai_emotion_recognition
Browse files- README.md +92 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: rgai_emotion_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: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.58125
|
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 |
+
# rgai_emotion_recognition
|
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.3077
|
36 |
+
- Accuracy: 0.5813
|
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: 2e-05
|
56 |
+
- train_batch_size: 32
|
57 |
+
- eval_batch_size: 32
|
58 |
+
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 128
|
61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 15
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.0698 | 1.0 | 25 | 2.0921 | 0.1125 |
|
71 |
+
| 1.973 | 2.0 | 50 | 1.9930 | 0.1938 |
|
72 |
+
| 1.8091 | 3.0 | 75 | 1.8374 | 0.3937 |
|
73 |
+
| 1.5732 | 4.0 | 100 | 1.6804 | 0.475 |
|
74 |
+
| 1.4087 | 5.0 | 125 | 1.5660 | 0.5125 |
|
75 |
+
| 1.2653 | 6.0 | 150 | 1.4769 | 0.5375 |
|
76 |
+
| 1.1443 | 7.0 | 175 | 1.4084 | 0.55 |
|
77 |
+
| 0.9888 | 8.0 | 200 | 1.3633 | 0.5625 |
|
78 |
+
| 0.9029 | 9.0 | 225 | 1.3305 | 0.55 |
|
79 |
+
| 0.8372 | 10.0 | 250 | 1.3077 | 0.5813 |
|
80 |
+
| 0.7569 | 11.0 | 275 | 1.2983 | 0.5625 |
|
81 |
+
| 0.6886 | 12.0 | 300 | 1.2806 | 0.5687 |
|
82 |
+
| 0.6216 | 13.0 | 325 | 1.2718 | 0.5687 |
|
83 |
+
| 0.6385 | 14.0 | 350 | 1.2700 | 0.5563 |
|
84 |
+
| 0.6029 | 15.0 | 375 | 1.2693 | 0.5625 |
|
85 |
+
|
86 |
+
|
87 |
+
### Framework versions
|
88 |
+
|
89 |
+
- Transformers 4.33.2
|
90 |
+
- Pytorch 2.0.1+cu118
|
91 |
+
- Datasets 2.14.5
|
92 |
+
- 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:1b0ae7fe7868b3a13c142268175c33e370f1633f2cfee0bd1c76b93856136b76
|
3 |
size 343287149
|