update model card README.md
Browse files
README.md
CHANGED
|
@@ -15,13 +15,13 @@ model-index:
|
|
| 15 |
dataset:
|
| 16 |
name: imagefolder
|
| 17 |
type: imagefolder
|
| 18 |
-
config:
|
| 19 |
split: train[:500]
|
| 20 |
-
args:
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
-
value:
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
|
| 32 |
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.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss:
|
| 35 |
-
- Accuracy:
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
| No log | 0.96 | 6 | 1.
|
| 70 |
-
| 1.
|
| 71 |
-
| 1.
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 15 |
dataset:
|
| 16 |
name: imagefolder
|
| 17 |
type: imagefolder
|
| 18 |
+
config: flower_photos
|
| 19 |
split: train[:500]
|
| 20 |
+
args: flower_photos
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
+
value: 1.0
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
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.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.6457
|
| 35 |
+
- Accuracy: 1.0
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| No log | 0.96 | 6 | 1.2651 | 0.99 |
|
| 70 |
+
| 1.3875 | 1.92 | 12 | 0.7931 | 1.0 |
|
| 71 |
+
| 1.3875 | 2.88 | 18 | 0.6457 | 1.0 |
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|