update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imagefolder
|
@@ -13,7 +14,7 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
dataset:
|
16 |
-
name:
|
17 |
type: imagefolder
|
18 |
config: default
|
19 |
split: train
|
@@ -29,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# vit-base-blur
|
31 |
|
32 |
-
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
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.0008
|
35 |
- Accuracy: 1.0
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- image-classification
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
|
|
14 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
dataset:
|
17 |
+
name: blurry images
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
split: train
|
|
|
30 |
|
31 |
# vit-base-blur
|
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 blurry images dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.0008
|
36 |
- Accuracy: 1.0
|