Image Classification
ONNX
qmller commited on
Commit
6e46432
·
verified ·
1 Parent(s): 79b3c8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -20,7 +20,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
20
 
21
  # Repository or links references
22
 
23
- - https://pytorch.org/vision/stable/models/generated/torchvision.models.resnext50_32x4d.html#torchvision.models.resnext50_32x4d
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -35,7 +35,7 @@ BibTeX entry and citation info
35
  volume = {abs/1611.05431},
36
  year = {2016},
37
  url = {http://arxiv.org/abs/1611.05431},
38
- eprinttype = {arXiv},
39
  eprint = {1611.05431},
40
  timestamp = {Mon, 13 Aug 2018 16:45:58 +0200},
41
  biburl = {https://dblp.org/rec/journals/corr/XieGDTH16.bib},
@@ -43,4 +43,6 @@ BibTeX entry and citation info
43
  }
44
  ```
45
 
46
- Author: [email protected]
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
20
 
21
  # Repository or links references
22
 
23
+ - [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.resnext50_32x4d.html#torchvision.models.resnext50_32x4d)
24
 
25
  BibTeX entry and citation info
26
  ```
 
35
  volume = {abs/1611.05431},
36
  year = {2016},
37
  url = {http://arxiv.org/abs/1611.05431},
38
+ eprinttype = {arXiv},
39
  eprint = {1611.05431},
40
  timestamp = {Mon, 13 Aug 2018 16:45:58 +0200},
41
  biburl = {https://dblp.org/rec/journals/corr/XieGDTH16.bib},
 
43
  }
44
  ```
45
 
46
+ Authors:
47
48