Model save
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: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,21 +67,21 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
83 |
|
84 |
-
- Transformers 4.
|
85 |
-
- Pytorch 2.1
|
86 |
-
- Datasets 2.
|
87 |
-
- Tokenizers 0.15.
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8732149076976663
|
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: 0.3264
|
36 |
+
- Accuracy: 0.8732
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.4811 | 1.0 | 202 | 0.4315 | 0.8004 |
|
71 |
+
| 0.4287 | 2.0 | 404 | 0.3579 | 0.8433 |
|
72 |
+
| 0.4184 | 3.0 | 606 | 0.3517 | 0.8467 |
|
73 |
+
| 0.3931 | 4.0 | 808 | 0.3308 | 0.8555 |
|
74 |
+
| 0.3667 | 5.0 | 1010 | 0.3204 | 0.8610 |
|
75 |
+
| 0.3545 | 6.0 | 1212 | 0.3144 | 0.8659 |
|
76 |
+
| 0.3137 | 7.0 | 1414 | 0.3308 | 0.8642 |
|
77 |
+
| 0.3178 | 8.0 | 1616 | 0.3230 | 0.8645 |
|
78 |
+
| 0.2998 | 9.0 | 1818 | 0.3206 | 0.8708 |
|
79 |
+
| 0.2773 | 10.0 | 2020 | 0.3264 | 0.8732 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
83 |
|
84 |
+
- Transformers 4.38.2
|
85 |
+
- Pytorch 2.2.1+cu121
|
86 |
+
- Datasets 2.18.0
|
87 |
+
- Tokenizers 0.15.2
|