Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -7,12 +7,13 @@ datasets:
|
|
7 |
- imagefolder
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
10 |
model-index:
|
11 |
- name: vit-base-blur
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Image Classification
|
15 |
type: image-classification
|
|
|
16 |
dataset:
|
17 |
name: blurry images
|
18 |
type: imagefolder
|
@@ -20,9 +21,9 @@ model-index:
|
|
20 |
split: train
|
21 |
args: default
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 1.0
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- imagefolder
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
+
base_model: google/vit-base-patch16-224-in21k
|
11 |
model-index:
|
12 |
- name: vit-base-blur
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: image-classification
|
16 |
+
name: Image Classification
|
17 |
dataset:
|
18 |
name: blurry images
|
19 |
type: imagefolder
|
|
|
21 |
split: train
|
22 |
args: default
|
23 |
metrics:
|
24 |
+
- type: accuracy
|
|
|
25 |
value: 1.0
|
26 |
+
name: Accuracy
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|