End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -53,36 +53,33 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
-
- lr_scheduler_type:
|
61 |
- lr_scheduler_warmup_steps: 18
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| No log | 1.0 |
|
69 |
-
| No log | 2.0 |
|
70 |
-
| No log | 3.0 |
|
71 |
-
| No log | 4.0 |
|
72 |
-
| No log | 5.0 |
|
73 |
-
| No log | 6.0 |
|
74 |
-
| No log | 7.0 |
|
75 |
-
| No log | 8.0 |
|
76 |
-
| No log | 9.0 |
|
77 |
-
| No log | 10.0 |
|
78 |
-
| No log | 11.0 |
|
79 |
-
| No log | 12.0 |
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
83 |
-
| No log | 16.0 | 320 | 1.7231 | 0.4625 |
|
84 |
-
| No log | 17.0 | 340 | 1.8635 | 0.4125 |
|
85 |
-
| No log | 18.0 | 360 | 1.6725 | 0.4562 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5625
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.3486
|
36 |
+
- Accuracy: 0.5625
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 16
|
57 |
+
- eval_batch_size: 16
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_steps: 18
|
62 |
+
- num_epochs: 15
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 40 | 2.0210 | 0.2437 |
|
69 |
+
| No log | 2.0 | 80 | 1.7511 | 0.3187 |
|
70 |
+
| No log | 3.0 | 120 | 1.6444 | 0.3688 |
|
71 |
+
| No log | 4.0 | 160 | 1.5294 | 0.4188 |
|
72 |
+
| No log | 5.0 | 200 | 1.4306 | 0.45 |
|
73 |
+
| No log | 6.0 | 240 | 1.3968 | 0.4813 |
|
74 |
+
| No log | 7.0 | 280 | 1.3403 | 0.5312 |
|
75 |
+
| No log | 8.0 | 320 | 1.3413 | 0.4688 |
|
76 |
+
| No log | 9.0 | 360 | 1.3573 | 0.4437 |
|
77 |
+
| No log | 10.0 | 400 | 1.4416 | 0.4562 |
|
78 |
+
| No log | 11.0 | 440 | 1.3263 | 0.5188 |
|
79 |
+
| No log | 12.0 | 480 | 1.3960 | 0.4813 |
|
80 |
+
| 1.1068 | 13.0 | 520 | 1.3476 | 0.5125 |
|
81 |
+
| 1.1068 | 14.0 | 560 | 1.3720 | 0.5125 |
|
82 |
+
| 1.1068 | 15.0 | 600 | 1.3614 | 0.4562 |
|
|
|
|
|
|
|
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:abb4f2f1d998e916d25a0b6d3ed1a45d384507d167c2499c69f604863cb6d84a
|
3 |
size 343242432
|
runs/Jun04_16-34-01_491ff11648f7/events.out.tfevents.1717519687.491ff11648f7.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba5cacf45b334cc5af3e9aa9030474a2340a6f0f4c8503a56fa3f4c1413b990f
|
3 |
+
size 411
|