self-supervised learning
SauravMaheshkar commited on
Commit
8201857
·
verified ·
1 Parent(s): d738cee

docs: create model card

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ metrics:
6
+ - accuracy
7
+ ---
8
+
9
+ Official PyTorch converted weights of [SimCLRv1](https://arxiv.org/abs/2002.05709). Conversion script from [tonylins/simclr-converter](https://github.com/tonylins/simclr-converter)
10
+
11
+ ```misc
12
+ @article{chen2020simple,
13
+ title={A Simple Framework for Contrastive Learning of Visual Representations},
14
+ author={Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},
15
+ journal={arXiv preprint arXiv:2002.05709},
16
+ year={2020}
17
+ }
18
+ ```