riyadifirman
commited on
Commit
•
1de49cb
1
Parent(s):
fc8dd66
End of training
Browse files- README.md +26 -15
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224
|
4 |
tags:
|
@@ -22,7 +23,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 +33,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](https://huggingface.co/google/vit-base-patch16-224) 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 |
|
@@ -58,27 +59,37 @@ 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 |
-
|
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
-
- Transformers 4.
|
82 |
- Pytorch 2.4.0+cu121
|
83 |
- Datasets 2.21.0
|
84 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224
|
5 |
tags:
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.575
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.3098
|
37 |
+
- Accuracy: 0.575
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
+
- num_epochs: 20
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 10 | 1.8622 | 0.2875 |
|
69 |
+
| 1.7517 | 2.0 | 20 | 1.6548 | 0.45 |
|
70 |
+
| 1.7517 | 3.0 | 30 | 1.4987 | 0.4688 |
|
71 |
+
| 0.8128 | 4.0 | 40 | 1.3997 | 0.5125 |
|
72 |
+
| 0.8128 | 5.0 | 50 | 1.3707 | 0.5125 |
|
73 |
+
| 0.2863 | 6.0 | 60 | 1.3209 | 0.525 |
|
74 |
+
| 0.2863 | 7.0 | 70 | 1.3131 | 0.55 |
|
75 |
+
| 0.0776 | 8.0 | 80 | 1.2887 | 0.5563 |
|
76 |
+
| 0.0776 | 9.0 | 90 | 1.2996 | 0.5687 |
|
77 |
+
| 0.0267 | 10.0 | 100 | 1.3032 | 0.5563 |
|
78 |
+
| 0.0267 | 11.0 | 110 | 1.3003 | 0.5625 |
|
79 |
+
| 0.0156 | 12.0 | 120 | 1.3069 | 0.5625 |
|
80 |
+
| 0.0156 | 13.0 | 130 | 1.3039 | 0.5687 |
|
81 |
+
| 0.0117 | 14.0 | 140 | 1.3037 | 0.5687 |
|
82 |
+
| 0.0117 | 15.0 | 150 | 1.3059 | 0.5687 |
|
83 |
+
| 0.0098 | 16.0 | 160 | 1.3098 | 0.575 |
|
84 |
+
| 0.0098 | 17.0 | 170 | 1.3095 | 0.5625 |
|
85 |
+
| 0.0088 | 18.0 | 180 | 1.3107 | 0.5625 |
|
86 |
+
| 0.0088 | 19.0 | 190 | 1.3112 | 0.5687 |
|
87 |
+
| 0.0083 | 20.0 | 200 | 1.3112 | 0.5687 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
91 |
|
92 |
+
- Transformers 4.44.2
|
93 |
- Pytorch 2.4.0+cu121
|
94 |
- Datasets 2.21.0
|
95 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -40,5 +40,5 @@
|
|
40 |
"problem_type": "single_label_classification",
|
41 |
"qkv_bias": true,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
}
|
|
|
40 |
"problem_type": "single_label_classification",
|
41 |
"qkv_bias": true,
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.44.2"
|
44 |
}
|
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:88c2c59ed85a5535a11b23203d2fe77f8a4be9bc53cb60fb729c4b6ac7410d57
|
3 |
size 343242432
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d74b19009d9d754be2a5b4fa40af06652484560fcd36e1b615d39dab4e433592
|
3 |
+
size 5176
|