Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,13 @@ language:
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
base_model:
|
| 7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
base_model:
|
| 7 |
+
- google/vit-base-patch16-224
|
| 8 |
+
tags:
|
| 9 |
+
- image-classification
|
| 10 |
+
- computer-vision
|
| 11 |
+
- pytorch
|
| 12 |
+
- transformers
|
| 13 |
pipeline_tag: image-classification
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
library_name: transformers
|
| 16 |
---
|