Model save
Browse files
README.md
CHANGED
|
@@ -23,10 +23,10 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
-
value: 0.
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 36 |
|
| 37 |
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.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
-
- Loss: 0.
|
| 40 |
-
- Accuracy: 0.
|
| 41 |
-
- F1: 0.
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
@@ -69,13 +69,13 @@ The following hyperparameters were used during training:
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 72 |
-
| 1.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.9969230769230769
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.9970182569296375
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 36 |
|
| 37 |
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.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.2213
|
| 40 |
+
- Accuracy: 0.9969
|
| 41 |
+
- F1: 0.9970
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 72 |
+
| 1.5189 | 1.0 | 71 | 1.0828 | 0.9969 | 0.9970 |
|
| 73 |
+
| 0.7083 | 2.0 | 142 | 0.5398 | 0.9954 | 0.9955 |
|
| 74 |
+
| 0.3727 | 3.0 | 213 | 0.3473 | 0.9954 | 0.9955 |
|
| 75 |
+
| 0.2624 | 4.0 | 284 | 0.2734 | 0.9985 | 0.9985 |
|
| 76 |
+
| 0.2184 | 5.0 | 355 | 0.2401 | 0.9985 | 0.9985 |
|
| 77 |
+
| 0.1972 | 6.0 | 426 | 0.2238 | 0.9985 | 0.9985 |
|
| 78 |
+
| 0.1879 | 7.0 | 497 | 0.2213 | 0.9969 | 0.9970 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|