Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -10,20 +10,21 @@ datasets:
|
|
10 |
- nielsr/eurosat-demo
|
11 |
metrics:
|
12 |
- accuracy
|
|
|
13 |
model-index:
|
14 |
- name: convnext-tiny-finetuned-eurosat
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Image Classification
|
18 |
type: image-classification
|
|
|
19 |
dataset:
|
20 |
name: image_folder
|
21 |
type: image_folder
|
22 |
args: default
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: accuracy
|
26 |
value: 0.9804938271604938
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- nielsr/eurosat-demo
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
+
base_model: facebook/convnext-tiny-224
|
14 |
model-index:
|
15 |
- name: convnext-tiny-finetuned-eurosat
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: image-classification
|
19 |
+
name: Image Classification
|
20 |
dataset:
|
21 |
name: image_folder
|
22 |
type: image_folder
|
23 |
args: default
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.9804938271604938
|
27 |
+
name: Accuracy
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|