SauravMaheshkar commited on
Commit
ea286a3
1 Parent(s): 945c31c

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 [SimCLRv1](https://arxiv.org/abs/2002.05709). Conversion script from [tonylins/simclr-converter](https://github.com/tonylins/simclr-converter)
12
+
13
+ ```misc
14
+ @article{chen2020simple,
15
+ title={A Simple Framework for Contrastive Learning of Visual Representations},
16
+ author={Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},
17
+ journal={arXiv preprint arXiv:2002.05709},
18
+ year={2020}
19
+ }
20
+ ```