Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
license: apache-2.0
|
3 |
metrics:
|
4 |
- accuracy
|
|
|
|
|
5 |
---
|
6 |
-
Returns diamond type given an image.
|
7 |
|
8 |
See https://www.kaggle.com/code/dima806/diamond-types-image-detection-vit for details.
|
9 |
|
|
|
2 |
license: apache-2.0
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
+
base_model:
|
6 |
+
- google/vit-base-patch16-224-in21k
|
7 |
---
|
8 |
+
Returns diamond type given an image with about 99% accuracy.
|
9 |
|
10 |
See https://www.kaggle.com/code/dima806/diamond-types-image-detection-vit for details.
|
11 |
|