HarishPermal commited on
Commit
e799413
·
verified ·
1 Parent(s): 958a5d3

update name

Browse files

updated the name

Files changed (1) hide show
  1. README.md +22 -23
README.md CHANGED
@@ -1,31 +1,30 @@
1
  ---
2
- library_name: litert
3
  pipeline_tag: image-classification
4
  tags:
5
- - vision
6
- - image-classification
7
- - google
8
- - computer-vision
9
  datasets:
10
- - imagenet-1k
11
  model-index:
12
- - name: VGG11
13
- results:
14
- - task:
15
- type: image-classification
16
- name: Image Classification
17
- dataset:
18
- name: ImageNet-1k
19
- type: imagenet-1k
20
- config: default
21
- split: validation
22
- metrics:
23
- - name: Top 1 Accuracy (Full Precision)
24
- type: accuracy
25
- value: 0.6897
26
- - name: Top 5 Accuracy (Full Precision)
27
- type: accuracy
28
- value: 0.8865
29
  ---
30
 
31
  # VGG11
 
1
  ---
 
2
  pipeline_tag: image-classification
3
  tags:
4
+ - vision
5
+ - image-classification
6
+ - google
7
+ - computer-vision
8
  datasets:
9
+ - imagenet-1k
10
  model-index:
11
+ - name: litert-community/vgg11
12
+ results:
13
+ - task:
14
+ type: image-classification
15
+ name: Image Classification
16
+ dataset:
17
+ name: ImageNet-1k
18
+ type: imagenet-1k
19
+ config: default
20
+ split: validation
21
+ metrics:
22
+ - name: Top 1 Accuracy (Full Precision)
23
+ type: accuracy
24
+ value: 0.6897
25
+ - name: Top 5 Accuracy (Full Precision)
26
+ type: accuracy
27
+ value: 0.8865
28
  ---
29
 
30
  # VGG11