Augusto777
commited on
Commit
•
f226664
1
Parent(s):
2584603
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: vit-base-patch16-224-ve-U13b-R
|
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: validation
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.7608695652173914
|
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 |
+
# vit-base-patch16-224-ve-U13b-R
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.1777
|
36 |
+
- Accuracy: 0.7609
|
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: 5.5e-05
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 8
|
58 |
+
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 2
|
60 |
+
- total_train_batch_size: 16
|
61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_ratio: 0.05
|
64 |
+
- num_epochs: 40
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 1.3157 | 0.99 | 51 | 1.2967 | 0.3478 |
|
71 |
+
| 0.9801 | 2.0 | 103 | 0.9966 | 0.5870 |
|
72 |
+
| 0.7385 | 2.99 | 154 | 0.7600 | 0.7174 |
|
73 |
+
| 0.572 | 4.0 | 206 | 0.6425 | 0.7826 |
|
74 |
+
| 0.3646 | 4.99 | 257 | 0.7687 | 0.6957 |
|
75 |
+
| 0.3033 | 6.0 | 309 | 0.6336 | 0.7391 |
|
76 |
+
| 0.3073 | 6.99 | 360 | 0.3534 | 0.9348 |
|
77 |
+
| 0.1623 | 8.0 | 412 | 0.8559 | 0.6739 |
|
78 |
+
| 0.1079 | 8.99 | 463 | 0.9730 | 0.7391 |
|
79 |
+
| 0.2703 | 10.0 | 515 | 0.7768 | 0.8043 |
|
80 |
+
| 0.178 | 10.99 | 566 | 0.8520 | 0.7826 |
|
81 |
+
| 0.2191 | 12.0 | 618 | 1.0049 | 0.7391 |
|
82 |
+
| 0.0597 | 12.99 | 669 | 0.8334 | 0.7609 |
|
83 |
+
| 0.0881 | 14.0 | 721 | 0.9985 | 0.7609 |
|
84 |
+
| 0.1265 | 14.99 | 772 | 0.9443 | 0.8043 |
|
85 |
+
| 0.0696 | 16.0 | 824 | 0.9878 | 0.8261 |
|
86 |
+
| 0.1198 | 16.99 | 875 | 0.8784 | 0.8043 |
|
87 |
+
| 0.1484 | 18.0 | 927 | 0.9595 | 0.7609 |
|
88 |
+
| 0.2887 | 18.99 | 978 | 1.0563 | 0.8043 |
|
89 |
+
| 0.1423 | 20.0 | 1030 | 0.8550 | 0.8043 |
|
90 |
+
| 0.083 | 20.99 | 1081 | 0.9093 | 0.7826 |
|
91 |
+
| 0.0695 | 22.0 | 1133 | 1.2758 | 0.6739 |
|
92 |
+
| 0.0285 | 22.99 | 1184 | 1.0852 | 0.7609 |
|
93 |
+
| 0.0132 | 24.0 | 1236 | 1.3341 | 0.6957 |
|
94 |
+
| 0.0957 | 24.99 | 1287 | 1.1965 | 0.7391 |
|
95 |
+
| 0.0633 | 26.0 | 1339 | 1.1199 | 0.7609 |
|
96 |
+
| 0.0705 | 26.99 | 1390 | 1.0551 | 0.8043 |
|
97 |
+
| 0.0564 | 28.0 | 1442 | 1.4332 | 0.7391 |
|
98 |
+
| 0.0798 | 28.99 | 1493 | 1.3855 | 0.7391 |
|
99 |
+
| 0.0326 | 30.0 | 1545 | 1.0534 | 0.8043 |
|
100 |
+
| 0.092 | 30.99 | 1596 | 1.1745 | 0.7609 |
|
101 |
+
| 0.1243 | 32.0 | 1648 | 1.1341 | 0.8043 |
|
102 |
+
| 0.062 | 32.99 | 1699 | 1.2648 | 0.7826 |
|
103 |
+
| 0.0941 | 34.0 | 1751 | 1.1236 | 0.7826 |
|
104 |
+
| 0.0119 | 34.99 | 1802 | 1.1303 | 0.8043 |
|
105 |
+
| 0.044 | 36.0 | 1854 | 1.1848 | 0.7826 |
|
106 |
+
| 0.0073 | 36.99 | 1905 | 1.1796 | 0.7609 |
|
107 |
+
| 0.0149 | 38.0 | 1957 | 1.2491 | 0.7826 |
|
108 |
+
| 0.0194 | 38.99 | 2008 | 1.1812 | 0.7826 |
|
109 |
+
| 0.0577 | 39.61 | 2040 | 1.1777 | 0.7609 |
|
110 |
+
|
111 |
+
|
112 |
+
### Framework versions
|
113 |
+
|
114 |
+
- Transformers 4.36.2
|
115 |
+
- Pytorch 2.1.2+cu118
|
116 |
+
- Datasets 2.16.1
|
117 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343230128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b7832e109651d569c66e59ded22e6fa02da10919ef26841ef0ad36e13e6bac
|
3 |
size 343230128
|
runs/Jun23_14-03-26_DESKTOP-SKBE9FB/events.out.tfevents.1719173007.DESKTOP-SKBE9FB.3876.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b03a564a943c3cf5ff54d6099b06d4b5a9d75055393a4c3ddaf8fd91cd53440
|
3 |
+
size 49751
|