update README
Browse files
README.md
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
# Image Classification Model (ViT)
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
- vision
|
6 |
+
model-index:
|
7 |
+
- name: ViT Image Classification Model
|
8 |
+
sources:
|
9 |
+
- https://huggingface.co/SupremoUGH/image-classification-model
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: image-classification
|
13 |
+
type: image-classification
|
14 |
+
metrics:
|
15 |
+
- name: Accuracy
|
16 |
+
value: 98.0%
|
17 |
+
type: float
|
18 |
+
library_name: transformers
|
19 |
license: mit
|
20 |
---
|
21 |
# Image Classification Model (ViT)
|