End of training
Browse files
README.md
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/vit-base-patch16-224-in21k
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- imagefolder
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: image_classification
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Image Classification
|
16 |
+
type: image-classification
|
17 |
+
dataset:
|
18 |
+
name: imagefolder
|
19 |
+
type: imagefolder
|
20 |
+
config: default
|
21 |
+
split: train
|
22 |
+
args: default
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.625
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
# image_classification
|
33 |
+
|
34 |
+
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.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.2826
|
37 |
+
- Accuracy: 0.625
|
38 |
+
|
39 |
+
## Model description
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Intended uses & limitations
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training and evaluation data
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training procedure
|
52 |
+
|
53 |
+
### Training hyperparameters
|
54 |
+
|
55 |
+
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 5e-05
|
57 |
+
- train_batch_size: 16
|
58 |
+
- eval_batch_size: 16
|
59 |
+
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 64
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 15
|
66 |
+
|
67 |
+
### Training results
|
68 |
+
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
71 |
+
| 2.071 | 1.0 | 10 | 2.0532 | 0.2125 |
|
72 |
+
| 1.9763 | 2.0 | 20 | 1.9614 | 0.3312 |
|
73 |
+
| 1.8031 | 3.0 | 30 | 1.8326 | 0.4562 |
|
74 |
+
| 1.6168 | 4.0 | 40 | 1.7015 | 0.5125 |
|
75 |
+
| 1.4508 | 5.0 | 50 | 1.6065 | 0.5188 |
|
76 |
+
| 1.3037 | 6.0 | 60 | 1.5397 | 0.5375 |
|
77 |
+
| 1.1709 | 7.0 | 70 | 1.4836 | 0.55 |
|
78 |
+
| 1.0481 | 8.0 | 80 | 1.4248 | 0.5813 |
|
79 |
+
| 0.9441 | 9.0 | 90 | 1.3915 | 0.5625 |
|
80 |
+
| 0.8551 | 10.0 | 100 | 1.3586 | 0.6 |
|
81 |
+
| 0.7772 | 11.0 | 110 | 1.3315 | 0.6 |
|
82 |
+
| 0.7174 | 12.0 | 120 | 1.3057 | 0.6062 |
|
83 |
+
| 0.6721 | 13.0 | 130 | 1.2936 | 0.6188 |
|
84 |
+
| 0.642 | 14.0 | 140 | 1.2933 | 0.6 |
|
85 |
+
| 0.6252 | 15.0 | 150 | 1.2826 | 0.625 |
|
86 |
+
|
87 |
+
|
88 |
+
### Framework versions
|
89 |
+
|
90 |
+
- Transformers 4.44.2
|
91 |
+
- Pytorch 2.4.0+cu121
|
92 |
+
- Datasets 2.21.0
|
93 |
+
- Tokenizers 0.19.1
|
runs/Sep05_06-28-57_f3411405da47/events.out.tfevents.1725517748.f3411405da47.757.1
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:e3ba956d43cb4612646ace68df649522eb69b3249de12fbfe9609980c4cd1c7d
|
3 |
+
size 13409
|
runs/Sep05_06-28-57_f3411405da47/events.out.tfevents.1725519281.f3411405da47.757.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656a25ab119626caecb790203c9ce994d240fa55139e3f95d16e18277ed367c9
|
3 |
+
size 734
|