Commit
·
6d88ee1
1
Parent(s):
55f500c
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c39e98e8ef812e4957f0aaab1960001d79041b5a)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
datasets:
|
| 6 |
- image_folder
|
| 7 |
- nielsr/eurosat-demo
|
|
|
|
|
|
|
| 8 |
widget:
|
| 9 |
- src: https://drive.google.com/uc?id=1trKgvkMRQ3BB0VcqnDwmieLxXhWmS8rq
|
| 10 |
example_title: Annual Crop
|
|
@@ -26,22 +28,21 @@ widget:
|
|
| 26 |
example_title: River
|
| 27 |
- src: https://drive.google.com/uc?id=1zVAfR7N5hXy6eq1cVOd8bXPjC1sqxVir
|
| 28 |
example_title: Sea Lake
|
| 29 |
-
|
| 30 |
-
- accuracy
|
| 31 |
model-index:
|
| 32 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 33 |
results:
|
| 34 |
- task:
|
|
|
|
| 35 |
name: Image Classification
|
| 36 |
-
type: image-classification
|
| 37 |
dataset:
|
| 38 |
name: image_folder
|
| 39 |
type: image_folder
|
| 40 |
args: default
|
| 41 |
metrics:
|
| 42 |
-
-
|
| 43 |
-
type: accuracy
|
| 44 |
value: 0.9848148148148148
|
|
|
|
| 45 |
---
|
| 46 |
|
| 47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 5 |
datasets:
|
| 6 |
- image_folder
|
| 7 |
- nielsr/eurosat-demo
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
widget:
|
| 11 |
- src: https://drive.google.com/uc?id=1trKgvkMRQ3BB0VcqnDwmieLxXhWmS8rq
|
| 12 |
example_title: Annual Crop
|
|
|
|
| 28 |
example_title: River
|
| 29 |
- src: https://drive.google.com/uc?id=1zVAfR7N5hXy6eq1cVOd8bXPjC1sqxVir
|
| 30 |
example_title: Sea Lake
|
| 31 |
+
base_model: microsoft/swin-tiny-patch4-window7-224
|
|
|
|
| 32 |
model-index:
|
| 33 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 34 |
results:
|
| 35 |
- task:
|
| 36 |
+
type: image-classification
|
| 37 |
name: Image Classification
|
|
|
|
| 38 |
dataset:
|
| 39 |
name: image_folder
|
| 40 |
type: image_folder
|
| 41 |
args: default
|
| 42 |
metrics:
|
| 43 |
+
- type: accuracy
|
|
|
|
| 44 |
value: 0.9848148148148148
|
| 45 |
+
name: Accuracy
|
| 46 |
---
|
| 47 |
|
| 48 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|