Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
Detects garbage type with about 93% accuracy based on image.
|
| 9 |
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
+
base_model:
|
| 8 |
+
- google/vit-base-patch16-224-in21k
|
| 9 |
---
|
| 10 |
Detects garbage type with about 93% accuracy based on image.
|
| 11 |
|