Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -7,12 +7,13 @@ datasets:
7
  metrics:
8
  - accuracy
9
  - f1
 
10
  model-index:
11
  - name: resnet-50-fashion-mnist-quality-drift
12
  results:
13
  - task:
14
- name: Image Classification
15
  type: image-classification
 
16
  dataset:
17
  name: fashion_mnist_quality_drift
18
  type: fashion_mnist_quality_drift
@@ -20,12 +21,12 @@ model-index:
20
  split: training
21
  args: default
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.73
26
- - name: F1
27
- type: f1
28
  value: 0.7289360255705818
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  metrics:
8
  - accuracy
9
  - f1
10
+ base_model: microsoft/resnet-50
11
  model-index:
12
  - name: resnet-50-fashion-mnist-quality-drift
13
  results:
14
  - task:
 
15
  type: image-classification
16
+ name: Image Classification
17
  dataset:
18
  name: fashion_mnist_quality_drift
19
  type: fashion_mnist_quality_drift
 
21
  split: training
22
  args: default
23
  metrics:
24
+ - type: accuracy
 
25
  value: 0.73
26
+ name: Accuracy
27
+ - type: f1
28
  value: 0.7289360255705818
29
+ name: F1
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You