Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Rendered SST2 (Test set only)
|
2 |
+
|
3 |
+
Original paper: [The Visual Task Adaptation Benchmark](https://arxiv.org/abs/1910.04867)
|
4 |
+
|
5 |
+
Homepage: https://github.com/openai/CLIP/blob/main/data/rendered-sst2.md
|
6 |
+
|
7 |
+
Derived from SST2: https://nlp.stanford.edu/sentiment/treebank.html
|
8 |
+
|
9 |
+
Bibtex:
|
10 |
+
```
|
11 |
+
@article{zhai2019visual,
|
12 |
+
title={The Visual Task Adaptation Benchmark},
|
13 |
+
author={Xiaohua Zhai and Joan Puigcerver and Alexander Kolesnikov and
|
14 |
+
Pierre Ruyssen and Carlos Riquelme and Mario Lucic and
|
15 |
+
Josip Djolonga and Andre Susano Pinto and Maxim Neumann and
|
16 |
+
Alexey Dosovitskiy and Lucas Beyer and Olivier Bachem and
|
17 |
+
Michael Tschannen and Marcin Michalski and Olivier Bousquet and
|
18 |
+
Sylvain Gelly and Neil Houlsby},
|
19 |
+
year={2019},
|
20 |
+
eprint={1910.04867},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.CV},
|
23 |
+
url = {https://arxiv.org/abs/1910.04867}
|
24 |
+
}
|
25 |
+
```
|