Commit
·
a0c413f
1
Parent(s):
e2049b6
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (fb5971a7199c2e9914f0a9fd964b5cede28fd1d3)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -6,12 +6,13 @@ datasets:
|
|
| 6 |
- fl_image_category_ds
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: project_name
|
| 11 |
results:
|
| 12 |
- task:
|
| 13 |
-
name: Image Classification
|
| 14 |
type: image-classification
|
|
|
|
| 15 |
dataset:
|
| 16 |
name: fl_image_category_ds
|
| 17 |
type: fl_image_category_ds
|
|
@@ -19,9 +20,9 @@ model-index:
|
|
| 19 |
split: train
|
| 20 |
args: default
|
| 21 |
metrics:
|
| 22 |
-
-
|
| 23 |
-
type: accuracy
|
| 24 |
value: 0.6621621621621622
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 6 |
- fl_image_category_ds
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
base_model: google/vit-base-patch16-224-in21k
|
| 10 |
model-index:
|
| 11 |
- name: project_name
|
| 12 |
results:
|
| 13 |
- task:
|
|
|
|
| 14 |
type: image-classification
|
| 15 |
+
name: Image Classification
|
| 16 |
dataset:
|
| 17 |
name: fl_image_category_ds
|
| 18 |
type: fl_image_category_ds
|
|
|
|
| 20 |
split: train
|
| 21 |
args: default
|
| 22 |
metrics:
|
| 23 |
+
- type: accuracy
|
|
|
|
| 24 |
value: 0.6621621621621622
|
| 25 |
+
name: Accuracy
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|