File size: 949 Bytes
e26a882
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Rendered SST2 (Test set only)

Original paper: [The Visual Task Adaptation Benchmark](https://arxiv.org/abs/1910.04867)

Homepage: https://github.com/openai/CLIP/blob/main/data/rendered-sst2.md

Derived from SST2: https://nlp.stanford.edu/sentiment/treebank.html

Bibtex:
```
@article{zhai2019visual,
        title={The Visual Task Adaptation Benchmark},
        author={Xiaohua Zhai and Joan Puigcerver and Alexander Kolesnikov and
               Pierre Ruyssen and Carlos Riquelme and Mario Lucic and
               Josip Djolonga and Andre Susano Pinto and Maxim Neumann and
               Alexey Dosovitskiy and Lucas Beyer and Olivier Bachem and
               Michael Tschannen and Marcin Michalski and Olivier Bousquet and
               Sylvain Gelly and Neil Houlsby},
        year={2019},
        eprint={1910.04867},
        archivePrefix={arXiv},
        primaryClass={cs.CV},
        url = {https://arxiv.org/abs/1910.04867}
    }
```