End of training
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ base_model: google/vit-base-patch16-224-in21k
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
-
-
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
@@ -14,15 +14,15 @@ model-index:
|
|
| 14 |
name: Image Classification
|
| 15 |
type: image-classification
|
| 16 |
dataset:
|
| 17 |
-
name:
|
| 18 |
-
type:
|
| 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
|
|
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
# image_classification
|
| 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
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss:
|
| 36 |
-
- Accuracy: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
|
|
| 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 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
|
|
| 14 |
name: Image Classification
|
| 15 |
type: image-classification
|
| 16 |
dataset:
|
| 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.4625
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
# image_classification
|
| 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.4566
|
| 36 |
+
- Accuracy: 0.4625
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| No log | 1.0 | 40 | 1.5451 | 0.3937 |
|
| 68 |
+
| No log | 2.0 | 80 | 1.4845 | 0.4562 |
|
| 69 |
+
| No log | 3.0 | 120 | 1.4430 | 0.4875 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|