SauravMaheshkar
commited on
Commit
•
ba621a2
1
Parent(s):
6ec7b53
docs: create model card
Browse files
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 |
+
```
|