End of training
Browse files- README.md +13 -8
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -32,7 +32,7 @@ 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: 2.
|
36 |
- Accuracy: 0.15
|
37 |
|
38 |
## Model description
|
@@ -52,23 +52,28 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate: 0.
|
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 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| No log | 1.0 | 10 | 2.
|
68 |
-
| No log | 2.0 | 20 | 2.
|
69 |
-
| No log | 3.0 | 30 | 2.
|
70 |
-
| No log | 4.0 | 40 | 2.
|
71 |
-
| No log | 5.0 | 50 | 2.
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
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: 2.1605
|
36 |
- Accuracy: 0.15
|
37 |
|
38 |
## Model description
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.001
|
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 |
+
- num_epochs: 10
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| No log | 1.0 | 10 | 2.3360 | 0.1125 |
|
68 |
+
| No log | 2.0 | 20 | 2.2480 | 0.1187 |
|
69 |
+
| No log | 3.0 | 30 | 2.1605 | 0.15 |
|
70 |
+
| No log | 4.0 | 40 | 2.1227 | 0.15 |
|
71 |
+
| No log | 5.0 | 50 | 2.1005 | 0.1125 |
|
72 |
+
| No log | 6.0 | 60 | 2.1004 | 0.1062 |
|
73 |
+
| No log | 7.0 | 70 | 2.0920 | 0.1062 |
|
74 |
+
| No log | 8.0 | 80 | 2.0841 | 0.1125 |
|
75 |
+
| No log | 9.0 | 90 | 2.0897 | 0.1062 |
|
76 |
+
| No log | 10.0 | 100 | 2.0876 | 0.1062 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343287149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63408a9abe61ae955cdd67c5379bb308cd64fa5a65708b28d41e9889dac9df3f
|
3 |
size 343287149
|