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