Image Classification
ONNX
qmller commited on
Commit
c64d3d9
1 Parent(s): 051c65a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -14,6 +14,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/mobilenet_
14
  # Contents
15
 
16
  - ONNX: mobilenetv2.onnx
 
17
 
18
  # Lecture note reference
19
 
@@ -21,7 +22,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/mobilenet_
21
 
22
  # Repository or links references
23
 
24
- - https://pytorch.org/vision/stable/models/generated/torchvision.models.mobilenet_v2.html#torchvision.models.mobilenet_v2
25
 
26
  BibTeX entry and citation info
27
  ```
@@ -45,4 +46,6 @@ BibTeX entry and citation info
45
  }
46
  ```
47
 
48
- Author: nbouberbachene@kalrayinc.com
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
14
  # Contents
15
 
16
  - ONNX: mobilenetv2.onnx
17
+ - Quantized ONNX (INT8): mobilenetv2-q.onnx
18
 
19
  # Lecture note reference
20
 
 
22
 
23
  # Repository or links references
24
 
25
+ - [PyTorch | TorchVision] https://pytorch.org/vision/stable/models/generated/torchvision.models.mobilenet_v2.html#torchvision.models.mobilenet_v2
26
 
27
  BibTeX entry and citation info
28
  ```
 
46
  }
47
  ```
48
 
49
+ Authors:
50
+ + qmuller@kalrayinc.com
51
+ + nbouberbachene@kalrayinc.com