update model card README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,24 @@ tags:
|
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
- pokemon-classification
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: pokemon_classifier
|
| 9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -15,6 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# pokemon_classifier
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the pokemon-classification dataset.
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -43,6 +61,12 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
- pokemon-classification
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: pokemon_classifier
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
name: Image Classification
|
| 14 |
+
type: image-classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: pokemon-classification
|
| 17 |
+
type: pokemon-classification
|
| 18 |
+
config: full
|
| 19 |
+
split: validation
|
| 20 |
+
args: full
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Accuracy
|
| 23 |
+
type: accuracy
|
| 24 |
+
value: 0.09496402877697842
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
# pokemon_classifier
|
| 31 |
|
| 32 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the pokemon-classification dataset.
|
| 33 |
+
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 8.0010
|
| 35 |
+
- Accuracy: 0.0950
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 61 |
|
| 62 |
### Training results
|
| 63 |
|
| 64 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 65 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 66 |
+
| 1.3716 | 0.82 | 500 | 7.1987 | 0.0655 |
|
| 67 |
+
| 0.1136 | 1.64 | 1000 | 7.6050 | 0.0777 |
|
| 68 |
+
| 0.0434 | 2.46 | 1500 | 8.0010 | 0.0820 |
|
| 69 |
+
| 0.0163 | 3.28 | 2000 | 8.0010 | 0.0950 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|