dima806 commited on
Commit
7619f8d
1 Parent(s): 66ec88a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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