dima806 commited on
Commit
d6cad40
1 Parent(s): 9f930cc

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
- Returns weather type given an image.
8
 
9
  See https://www.kaggle.com/code/dima806/weather-types-image-prediction-vit for more details.
10
 
 
3
  metrics:
4
  - accuracy
5
  - f1
6
+ base_model:
7
+ - google/vit-base-patch16-224-in21k
8
  ---
9
+ Returns weather type given an image with about 96% accuracy.
10
 
11
  See https://www.kaggle.com/code/dima806/weather-types-image-prediction-vit for more details.
12