End of training
Browse files- README.md +10 -15
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -17,12 +17,12 @@ model-index:
|
|
17 |
name: imagefolder
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
-
split: train
|
21 |
args: default
|
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:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -58,22 +58,17 @@ The following hyperparameters were used during training:
|
|
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 |
|
68 |
-
| No log | 2.0 |
|
69 |
-
| No log | 3.0 |
|
70 |
-
| No log | 4.0 |
|
71 |
-
| No log | 5.0 |
|
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
|
|
|
17 |
name: imagefolder
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
+
split: train[:600]
|
21 |
args: default
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.15833333333333333
|
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.8191
|
36 |
+
- Accuracy: 0.1583
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 5
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| No log | 1.0 | 8 | 1.8607 | 0.125 |
|
68 |
+
| No log | 2.0 | 16 | 1.8180 | 0.1833 |
|
69 |
+
| No log | 3.0 | 24 | 1.7982 | 0.1667 |
|
70 |
+
| No log | 4.0 | 32 | 1.8021 | 0.1583 |
|
71 |
+
| No log | 5.0 | 40 | 1.8006 | 0.1083 |
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### 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:1345f7c1ba220013627b822c493a8d93280ba5bcfba69497597f9f0309dbcd3e
|
3 |
size 343287149
|