Model save
Browse files
README.md
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: google/vit-
|
| 4 |
tags:
|
| 5 |
-
- image-classification
|
| 6 |
-
- vision
|
| 7 |
- generated_from_trainer
|
| 8 |
-
metrics:
|
| 9 |
-
- accuracy
|
| 10 |
model-index:
|
| 11 |
- name: vit-base-beans
|
| 12 |
results: []
|
|
@@ -17,10 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# vit-base-beans
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [google/vit-
|
| 21 |
-
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.0112
|
| 23 |
-
- Accuracy: 1.0
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: google/vit-large-patch32-384
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: vit-base-beans
|
| 8 |
results: []
|
|
|
|
| 13 |
|
| 14 |
# vit-base-beans
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [google/vit-large-patch32-384](https://huggingface.co/google/vit-large-patch32-384) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|