Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Country-211 (Test set only)
|
2 |
+
|
3 |
+
Original paper: [Learning Transferable Visual Models From Natural Language Supervision](https://arxiv.org/abs/2103.00020)
|
4 |
+
|
5 |
+
Homepage: https://github.com/openai/CLIP/blob/main/data/country211.md
|
6 |
+
|
7 |
+
Derived from YFCC100M: https://multimediacommons.wordpress.com/yfcc100m-core-dataset/
|
8 |
+
|
9 |
+
Bibtex:
|
10 |
+
```
|
11 |
+
@article{DBLP:journals/corr/abs-2103-00020,
|
12 |
+
author = {Alec Radford and
|
13 |
+
Jong Wook Kim and
|
14 |
+
Chris Hallacy and
|
15 |
+
Aditya Ramesh and
|
16 |
+
Gabriel Goh and
|
17 |
+
Sandhini Agarwal and
|
18 |
+
Girish Sastry and
|
19 |
+
Amanda Askell and
|
20 |
+
Pamela Mishkin and
|
21 |
+
Jack Clark and
|
22 |
+
Gretchen Krueger and
|
23 |
+
Ilya Sutskever},
|
24 |
+
title = {Learning Transferable Visual Models From Natural Language Supervision},
|
25 |
+
journal = {CoRR},
|
26 |
+
volume = {abs/2103.00020},
|
27 |
+
year = {2021},
|
28 |
+
url = {https://arxiv.org/abs/2103.00020},
|
29 |
+
eprinttype = {arXiv},
|
30 |
+
eprint = {2103.00020},
|
31 |
+
timestamp = {Thu, 04 Mar 2021 17:00:40 +0100},
|
32 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2103-00020.bib},
|
33 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
34 |
+
}
|
35 |
+
```
|