Model save
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-large-patch16-224
|
5 |
tags:
|
6 |
-
- image-classification
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- imagefolder
|
@@ -16,7 +15,7 @@ model-index:
|
|
16 |
name: Image Classification
|
17 |
type: image-classification
|
18 |
dataset:
|
19 |
-
name:
|
20 |
type: imagefolder
|
21 |
config: default
|
22 |
split: validation
|
@@ -32,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
# vit-large-patch16-224-new-dungeon-geo-morphs-015
|
34 |
|
35 |
-
This model is a fine-tuned version of [google/vit-large-patch16-224](https://huggingface.co/google/vit-large-patch16-224) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 0.4824
|
38 |
- Accuracy: 0.96
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-large-patch16-224
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imagefolder
|
|
|
15 |
name: Image Classification
|
16 |
type: image-classification
|
17 |
dataset:
|
18 |
+
name: imagefolder
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
split: validation
|
|
|
31 |
|
32 |
# vit-large-patch16-224-new-dungeon-geo-morphs-015
|
33 |
|
34 |
+
This model is a fine-tuned version of [google/vit-large-patch16-224](https://huggingface.co/google/vit-large-patch16-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.4824
|
37 |
- Accuracy: 0.96
|