akahana librarian-bot commited on
Commit
5b44e5a
1 Parent(s): b7e917c

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (a79c10c5eda0f0ec6245e4eee2c269f73687911f)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,20 +7,21 @@ datasets:
7
  - cats_vs_dogs
8
  metrics:
9
  - accuracy
 
10
  model-index:
11
  - name: vit-base-cats-vs-dogs
12
  results:
13
  - task:
14
- name: Image Classification
15
  type: image-classification
 
16
  dataset:
17
  name: cats_vs_dogs
18
  type: cats_vs_dogs
19
  args: default
20
  metrics:
21
- - name: Accuracy
22
- type: accuracy
23
  value: 0.9883257403189066
 
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
7
  - cats_vs_dogs
8
  metrics:
9
  - accuracy
10
+ base_model: google/vit-base-patch16-224-in21k
11
  model-index:
12
  - name: vit-base-cats-vs-dogs
13
  results:
14
  - task:
 
15
  type: image-classification
16
+ name: Image Classification
17
  dataset:
18
  name: cats_vs_dogs
19
  type: cats_vs_dogs
20
  args: default
21
  metrics:
22
+ - type: accuracy
 
23
  value: 0.9883257403189066
24
+ name: Accuracy
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You