SauravMaheshkar commited on
Commit
e93701a
1 Parent(s): bae8c3f

docs: create model card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ metrics:
6
+ - accuracy
7
+ tags:
8
+ - self-supervised learning
9
+ ---
10
+
11
+ Official PyTorch converted weights of [SimCLRv2](https://arxiv.org/abs/2006.10029). Conversion script from [Separius/SimCLRv2-Pytorch](https://github.com/Separius/SimCLRv2-Pytorch)
12
+
13
+ ```misc
14
+ @article{chen2020big,
15
+ title={Big Self-Supervised Models are Strong Semi-Supervised Learners},
16
+ author={Chen, Ting and Kornblith, Simon and Swersky, Kevin and Norouzi, Mohammad and Hinton, Geoffrey},
17
+ journal={arXiv preprint arXiv:2006.10029},
18
+ year={2020}
19
+ }
20
+ ```