faldeus0092
commited on
Commit
•
48f91a1
1
Parent(s):
3606234
End of training
Browse files
README.md
CHANGED
@@ -3,9 +3,26 @@ license: apache-2.0
|
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: project_4_transfer_learning
|
8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# project_4_transfer_learning
|
15 |
|
16 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -43,6 +63,42 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
- num_epochs: 30
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.33.2
|
|
|
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: project_4_transfer_learning
|
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.64375
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# project_4_transfer_learning
|
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.1429
|
36 |
+
- Accuracy: 0.6438
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
- num_epochs: 30
|
65 |
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
69 |
+
|:-------------:|:-----:|:----:|:--------:|:---------------:|
|
70 |
+
| 2.0754 | 1.0 | 10 | 0.125 | 2.0725 |
|
71 |
+
| 2.0459 | 2.0 | 20 | 0.2625 | 2.0286 |
|
72 |
+
| 1.968 | 3.0 | 30 | 0.3 | 1.9506 |
|
73 |
+
| 1.8311 | 4.0 | 40 | 0.4188 | 1.8060 |
|
74 |
+
| 1.6911 | 5.0 | 50 | 0.4313 | 1.6814 |
|
75 |
+
| 1.5677 | 6.0 | 60 | 0.4313 | 1.5851 |
|
76 |
+
| 1.4801 | 7.0 | 70 | 0.4813 | 1.5169 |
|
77 |
+
| 1.4033 | 8.0 | 80 | 0.4813 | 1.4614 |
|
78 |
+
| 1.3435 | 9.0 | 90 | 0.475 | 1.4358 |
|
79 |
+
| 1.3054 | 10.0 | 100 | 0.525 | 1.4292 |
|
80 |
+
| 1.2532 | 11.0 | 110 | 0.5188 | 1.3942 |
|
81 |
+
| 1.2178 | 12.0 | 120 | 0.5312 | 1.3684 |
|
82 |
+
| 1.1857 | 13.0 | 130 | 0.5062 | 1.3599 |
|
83 |
+
| 1.1558 | 14.0 | 140 | 0.5312 | 1.2992 |
|
84 |
+
| 1.1118 | 15.0 | 150 | 0.5375 | 1.3217 |
|
85 |
+
| 1.0967 | 16.0 | 160 | 0.525 | 1.3177 |
|
86 |
+
| 1.0671 | 17.0 | 170 | 0.5312 | 1.3420 |
|
87 |
+
| 1.0635 | 18.0 | 180 | 0.5062 | 1.3319 |
|
88 |
+
| 1.044 | 19.0 | 190 | 0.5813 | 1.2977 |
|
89 |
+
| 1.037 | 20.0 | 200 | 0.5125 | 1.3127 |
|
90 |
+
| 1.0743 | 21.0 | 210 | 1.2062 | 0.6062 |
|
91 |
+
| 1.0454 | 22.0 | 220 | 1.1564 | 0.65 |
|
92 |
+
| 1.0457 | 23.0 | 230 | 1.1484 | 0.6312 |
|
93 |
+
| 1.0246 | 24.0 | 240 | 1.1470 | 0.6312 |
|
94 |
+
| 0.9859 | 25.0 | 250 | 1.1200 | 0.6438 |
|
95 |
+
| 0.9885 | 26.0 | 260 | 1.1331 | 0.6375 |
|
96 |
+
| 0.9823 | 27.0 | 270 | 1.1069 | 0.6562 |
|
97 |
+
| 0.9412 | 28.0 | 280 | 1.1163 | 0.6375 |
|
98 |
+
| 0.9172 | 29.0 | 290 | 1.1192 | 0.6375 |
|
99 |
+
| 0.9334 | 30.0 | 300 | 1.1573 | 0.6 |
|
100 |
+
|
101 |
+
|
102 |
### Framework versions
|
103 |
|
104 |
- Transformers 4.33.2
|