End of training
Browse files- README.md +10 -25
- model.safetensors +1 -1
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 |
|
@@ -52,39 +52,24 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
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_ratio: 0.1
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| No log | 1.0 | 10 |
|
69 |
-
| No log | 2.0 | 20 | 1.
|
70 |
-
| No log | 3.0 | 30 | 1.
|
71 |
-
| No log | 4.0 | 40 | 1.
|
72 |
-
| No log | 5.0 | 50 | 1.
|
73 |
-
| No log | 6.0 | 60 | 1.3316 | 0.5125 |
|
74 |
-
| No log | 7.0 | 70 | 1.3021 | 0.5375 |
|
75 |
-
| No log | 8.0 | 80 | 1.2880 | 0.5375 |
|
76 |
-
| No log | 9.0 | 90 | 1.2682 | 0.5188 |
|
77 |
-
| No log | 10.0 | 100 | 1.2936 | 0.5125 |
|
78 |
-
| No log | 11.0 | 110 | 1.3376 | 0.5 |
|
79 |
-
| No log | 12.0 | 120 | 1.2905 | 0.5563 |
|
80 |
-
| No log | 13.0 | 130 | 1.2518 | 0.5062 |
|
81 |
-
| No log | 14.0 | 140 | 1.2633 | 0.5437 |
|
82 |
-
| No log | 15.0 | 150 | 1.4656 | 0.4313 |
|
83 |
-
| No log | 16.0 | 160 | 1.2513 | 0.575 |
|
84 |
-
| No log | 17.0 | 170 | 1.3498 | 0.4938 |
|
85 |
-
| No log | 18.0 | 180 | 1.3155 | 0.5062 |
|
86 |
-
| No log | 19.0 | 190 | 1.3673 | 0.5 |
|
87 |
-
| No log | 20.0 | 200 | 1.3840 | 0.4938 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5
|
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.4639
|
36 |
+
- Accuracy: 0.5
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
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_ratio: 0.1
|
62 |
+
- num_epochs: 5
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 10 | 1.4014 | 0.5188 |
|
69 |
+
| No log | 2.0 | 20 | 1.3733 | 0.55 |
|
70 |
+
| No log | 3.0 | 30 | 1.5627 | 0.4938 |
|
71 |
+
| No log | 4.0 | 40 | 1.5493 | 0.4938 |
|
72 |
+
| No log | 5.0 | 50 | 1.4639 | 0.5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### 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:d403b26ae50405f6efabd5c92dcbff48e96a8c04b869159dd1bd0f04ea3c5783
|
3 |
size 343242432
|