rwightman HF staff commited on
Commit
14a0e0d
1 Parent(s): 8c7e99d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -3,5 +3,35 @@ tags:
3
  - image-classification
4
  - timm
5
  library_tag: timm
 
6
  ---
7
- # Model card for convnext_nano.in12k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - image-classification
4
  - timm
5
  library_tag: timm
6
+ license: apache-2.0
7
  ---
8
+ # Model card for convnext_nano.in12k
9
+
10
+ A ConvNeXt image classification model. Trained on ImageNet-12k (a 11821 class subset of full ImageNet-22k) by Ross Wightman.
11
+
12
+ ImageNet-12k training done on TPUs thanks to support of the [TRC](https://sites.research.google/trc/about/) program.
13
+
14
+
15
+ ## Model Details
16
+ - **Model Type:** Image classification / feature backbone
17
+
18
+ ## Citation
19
+ ```
20
+ @misc{rw2019timm,
21
+ author = {Ross Wightman},
22
+ title = {PyTorch Image Models},
23
+ year = {2019},
24
+ publisher = {GitHub},
25
+ journal = {GitHub repository},
26
+ doi = {10.5281/zenodo.4414861},
27
+ howpublished = {\url{https://github.com/rwightman/pytorch-image-models}}
28
+ }
29
+ ```
30
+ ```
31
+ @article{liu2022convnet,
32
+ author = {Zhuang Liu and Hanzi Mao and Chao-Yuan Wu and Christoph Feichtenhofer and Trevor Darrell and Saining Xie},
33
+ title = {A ConvNet for the 2020s},
34
+ journal = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
35
+ year = {2022},
36
+ }
37
+ ```