Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,10 @@ license: apache-2.0
|
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
- f1
|
|
|
|
|
6 |
---
|
7 |
-
Return a vehicle type probability based on an image.
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/vehicle-10-types-detection-vit for more details.
|
10 |
|
|
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
- f1
|
6 |
+
base_model:
|
7 |
+
- google/vit-base-patch16-224-in21k
|
8 |
---
|
9 |
+
Return a vehicle type probability based on an image with about 93% accuracy.
|
10 |
|
11 |
See https://www.kaggle.com/code/dima806/vehicle-10-types-detection-vit for more details.
|
12 |
|