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,38 +53,41 @@ 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:
|
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 |
|
84 |
|
85 |
### Framework versions
|
86 |
|
87 |
- Transformers 4.41.1
|
88 |
-
- Pytorch 2.
|
89 |
- Datasets 2.19.1
|
90 |
- Tokenizers 0.19.1
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5375
|
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.3694
|
36 |
+
- Accuracy: 0.5375
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 64
|
57 |
+
- eval_batch_size: 64
|
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: 9
|
62 |
+
- num_epochs: 18
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 10 | 2.0629 | 0.1437 |
|
69 |
+
| No log | 2.0 | 20 | 2.0123 | 0.275 |
|
70 |
+
| No log | 3.0 | 30 | 1.9333 | 0.3312 |
|
71 |
+
| No log | 4.0 | 40 | 1.8060 | 0.3812 |
|
72 |
+
| No log | 5.0 | 50 | 1.7009 | 0.3563 |
|
73 |
+
| No log | 6.0 | 60 | 1.6149 | 0.4188 |
|
74 |
+
| No log | 7.0 | 70 | 1.5948 | 0.4437 |
|
75 |
+
| No log | 8.0 | 80 | 1.5391 | 0.5 |
|
76 |
+
| No log | 9.0 | 90 | 1.4770 | 0.4688 |
|
77 |
+
| No log | 10.0 | 100 | 1.5026 | 0.5 |
|
78 |
+
| No log | 11.0 | 110 | 1.4644 | 0.4437 |
|
79 |
+
| No log | 12.0 | 120 | 1.4115 | 0.5125 |
|
80 |
+
| No log | 13.0 | 130 | 1.4216 | 0.4813 |
|
81 |
+
| No log | 14.0 | 140 | 1.4086 | 0.5 |
|
82 |
+
| No log | 15.0 | 150 | 1.4093 | 0.5 |
|
83 |
+
| No log | 16.0 | 160 | 1.3891 | 0.4875 |
|
84 |
+
| No log | 17.0 | 170 | 1.3754 | 0.4938 |
|
85 |
+
| No log | 18.0 | 180 | 1.3779 | 0.5188 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
- Transformers 4.41.1
|
91 |
+
- Pytorch 2.1.2
|
92 |
- Datasets 2.19.1
|
93 |
- Tokenizers 0.19.1
|
runs/Jun04_14-42-56_7ce828253425/events.out.tfevents.1717512604.7ce828253425.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:638855d8d55817d069badd85ce7ce3fa6441a5bf12ce23cd49c03b72d86e7048
|
3 |
+
size 1057
|