End of training
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -58,28 +58,28 @@ The following hyperparameters were used during training:
|
|
58 |
- eval_batch_size: 32
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
-
- lr_scheduler_type:
|
62 |
- num_epochs: 15
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
83 |
|
84 |
|
85 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.55625
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.2851
|
37 |
+
- Accuracy: 0.5563
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
58 |
- eval_batch_size: 32
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: cosine
|
62 |
- num_epochs: 15
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.9706 | 1.0 | 20 | 1.9258 | 0.35 |
|
69 |
+
| 1.672 | 2.0 | 40 | 1.7025 | 0.4625 |
|
70 |
+
| 1.4489 | 3.0 | 60 | 1.5581 | 0.4313 |
|
71 |
+
| 1.2031 | 4.0 | 80 | 1.4534 | 0.5 |
|
72 |
+
| 0.9503 | 5.0 | 100 | 1.3794 | 0.5 |
|
73 |
+
| 0.758 | 6.0 | 120 | 1.3283 | 0.5312 |
|
74 |
+
| 0.6021 | 7.0 | 140 | 1.3007 | 0.5125 |
|
75 |
+
| 0.4784 | 8.0 | 160 | 1.2851 | 0.5563 |
|
76 |
+
| 0.3682 | 9.0 | 180 | 1.2815 | 0.525 |
|
77 |
+
| 0.3117 | 10.0 | 200 | 1.3074 | 0.5125 |
|
78 |
+
| 0.2753 | 11.0 | 220 | 1.2945 | 0.525 |
|
79 |
+
| 0.2585 | 12.0 | 240 | 1.2903 | 0.5375 |
|
80 |
+
| 0.2483 | 13.0 | 260 | 1.2903 | 0.5437 |
|
81 |
+
| 0.245 | 14.0 | 280 | 1.2927 | 0.5375 |
|
82 |
+
| 0.2459 | 15.0 | 300 | 1.2925 | 0.5375 |
|
83 |
|
84 |
|
85 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343242432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f96e392632eabcef2dadde997a700b6da70e766f737ee60dbfb221bb31ce966
|
3 |
size 343242432
|
runs/Sep06_12-52-14_3bd760fd5c6d/events.out.tfevents.1725627150.3bd760fd5c6d.2695.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8389181976d666092e581a201327efe5631fd58744b80696a6b1bc2172c63a0
|
3 |
+
size 16595
|
runs/Sep06_12-52-14_3bd760fd5c6d/events.out.tfevents.1725628836.3bd760fd5c6d.2695.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d379f10fe59af68e00d504de38f510dd16ea8a194cab445aadc8a835fe4ae3d
|
3 |
+
size 411
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240058dd538156dc5fd695431b067f6f5df3c67f628cc227c36bbee63fb3940b
|
3 |
size 5176
|