End of training
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
|
@@ -15,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# vit-base-beans
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Accuracy: 0.9699
|
| 21 |
- Loss: 0.5654
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
tags:
|
| 5 |
+
- image-classification
|
| 6 |
+
- vision
|
| 7 |
- generated_from_trainer
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
|
|
|
| 17 |
|
| 18 |
# vit-base-beans
|
| 19 |
|
| 20 |
+
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 beans dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
|
|
|
| 22 |
- Loss: 0.5654
|
| 23 |
+
- Accuracy: 0.9699
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|