Commit ·
c387532
0
Parent(s):
Duplicate from clip-benchmark/wds_country211
Browse filesCo-authored-by: Dhruba Ghosh <djghosh@users.noreply.huggingface.co>
- .gitattributes +55 -0
- classnames.txt +211 -0
- test/0.tar +3 -0
- test/1.tar +3 -0
- test/2.tar +3 -0
- test/3.tar +3 -0
- test/nshards.txt +1 -0
- train/0.tar +3 -0
- train/1.tar +3 -0
- train/2.tar +3 -0
- train/3.tar +3 -0
- train/4.tar +3 -0
- train/5.tar +3 -0
- train/nshards.txt +1 -0
- zeroshot_classification_templates.txt +5 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
# Audio files - uncompressed
|
| 37 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
# Audio files - compressed
|
| 41 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
# Image files - uncompressed
|
| 47 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
# Image files - compressed
|
| 52 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
classnames.txt
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Andorra
|
| 2 |
+
United Arab Emirates
|
| 3 |
+
Afghanistan
|
| 4 |
+
Antigua and Barbuda
|
| 5 |
+
Anguilla
|
| 6 |
+
Albania
|
| 7 |
+
Armenia
|
| 8 |
+
Angola
|
| 9 |
+
Antarctica
|
| 10 |
+
Argentina
|
| 11 |
+
Austria
|
| 12 |
+
Australia
|
| 13 |
+
Aruba
|
| 14 |
+
Aland Islands
|
| 15 |
+
Azerbaijan
|
| 16 |
+
Bosnia and Herzegovina
|
| 17 |
+
Barbados
|
| 18 |
+
Bangladesh
|
| 19 |
+
Belgium
|
| 20 |
+
Burkina Faso
|
| 21 |
+
Bulgaria
|
| 22 |
+
Bahrain
|
| 23 |
+
Benin
|
| 24 |
+
Bermuda
|
| 25 |
+
Brunei Darussalam
|
| 26 |
+
Bolivia
|
| 27 |
+
Bonaire, Saint Eustatius and Saba
|
| 28 |
+
Brazil
|
| 29 |
+
Bahamas
|
| 30 |
+
Bhutan
|
| 31 |
+
Botswana
|
| 32 |
+
Belarus
|
| 33 |
+
Belize
|
| 34 |
+
Canada
|
| 35 |
+
DR Congo
|
| 36 |
+
Central African Republic
|
| 37 |
+
Switzerland
|
| 38 |
+
Cote d'Ivoire
|
| 39 |
+
Cook Islands
|
| 40 |
+
Chile
|
| 41 |
+
Cameroon
|
| 42 |
+
China
|
| 43 |
+
Colombia
|
| 44 |
+
Costa Rica
|
| 45 |
+
Cuba
|
| 46 |
+
Cabo Verde
|
| 47 |
+
Curacao
|
| 48 |
+
Cyprus
|
| 49 |
+
Czech Republic
|
| 50 |
+
Germany
|
| 51 |
+
Denmark
|
| 52 |
+
Dominica
|
| 53 |
+
Dominican Republic
|
| 54 |
+
Algeria
|
| 55 |
+
Ecuador
|
| 56 |
+
Estonia
|
| 57 |
+
Egypt
|
| 58 |
+
Spain
|
| 59 |
+
Ethiopia
|
| 60 |
+
Finland
|
| 61 |
+
Fiji
|
| 62 |
+
Falkland Islands
|
| 63 |
+
Faeroe Islands
|
| 64 |
+
France
|
| 65 |
+
Gabon
|
| 66 |
+
United Kingdom
|
| 67 |
+
Grenada
|
| 68 |
+
Georgia
|
| 69 |
+
French Guiana
|
| 70 |
+
Guernsey
|
| 71 |
+
Ghana
|
| 72 |
+
Gibraltar
|
| 73 |
+
Greenland
|
| 74 |
+
Gambia
|
| 75 |
+
Guadeloupe
|
| 76 |
+
Greece
|
| 77 |
+
South Georgia and South Sandwich Is.
|
| 78 |
+
Guatemala
|
| 79 |
+
Guam
|
| 80 |
+
Guyana
|
| 81 |
+
Hong Kong
|
| 82 |
+
Honduras
|
| 83 |
+
Croatia
|
| 84 |
+
Haiti
|
| 85 |
+
Hungary
|
| 86 |
+
Indonesia
|
| 87 |
+
Ireland
|
| 88 |
+
Israel
|
| 89 |
+
Isle of Man
|
| 90 |
+
India
|
| 91 |
+
Iraq
|
| 92 |
+
Iran
|
| 93 |
+
Iceland
|
| 94 |
+
Italy
|
| 95 |
+
Jersey
|
| 96 |
+
Jamaica
|
| 97 |
+
Jordan
|
| 98 |
+
Japan
|
| 99 |
+
Kenya
|
| 100 |
+
Kyrgyz Republic
|
| 101 |
+
Cambodia
|
| 102 |
+
St. Kitts and Nevis
|
| 103 |
+
North Korea
|
| 104 |
+
South Korea
|
| 105 |
+
Kuwait
|
| 106 |
+
Cayman Islands
|
| 107 |
+
Kazakhstan
|
| 108 |
+
Laos
|
| 109 |
+
Lebanon
|
| 110 |
+
St. Lucia
|
| 111 |
+
Liechtenstein
|
| 112 |
+
Sri Lanka
|
| 113 |
+
Liberia
|
| 114 |
+
Lithuania
|
| 115 |
+
Luxembourg
|
| 116 |
+
Latvia
|
| 117 |
+
Libya
|
| 118 |
+
Morocco
|
| 119 |
+
Monaco
|
| 120 |
+
Moldova
|
| 121 |
+
Montenegro
|
| 122 |
+
Saint-Martin
|
| 123 |
+
Madagascar
|
| 124 |
+
Macedonia
|
| 125 |
+
Mali
|
| 126 |
+
Myanmar
|
| 127 |
+
Mongolia
|
| 128 |
+
Macau
|
| 129 |
+
Martinique
|
| 130 |
+
Mauritania
|
| 131 |
+
Malta
|
| 132 |
+
Mauritius
|
| 133 |
+
Maldives
|
| 134 |
+
Malawi
|
| 135 |
+
Mexico
|
| 136 |
+
Malaysia
|
| 137 |
+
Mozambique
|
| 138 |
+
Namibia
|
| 139 |
+
New Caledonia
|
| 140 |
+
Nigeria
|
| 141 |
+
Nicaragua
|
| 142 |
+
Netherlands
|
| 143 |
+
Norway
|
| 144 |
+
Nepal
|
| 145 |
+
New Zealand
|
| 146 |
+
Oman
|
| 147 |
+
Panama
|
| 148 |
+
Peru
|
| 149 |
+
French Polynesia
|
| 150 |
+
Papua New Guinea
|
| 151 |
+
Philippines
|
| 152 |
+
Pakistan
|
| 153 |
+
Poland
|
| 154 |
+
Puerto Rico
|
| 155 |
+
Palestine
|
| 156 |
+
Portugal
|
| 157 |
+
Palau
|
| 158 |
+
Paraguay
|
| 159 |
+
Qatar
|
| 160 |
+
Reunion
|
| 161 |
+
Romania
|
| 162 |
+
Serbia
|
| 163 |
+
Russia
|
| 164 |
+
Rwanda
|
| 165 |
+
Saudi Arabia
|
| 166 |
+
Solomon Islands
|
| 167 |
+
Seychelles
|
| 168 |
+
Sudan
|
| 169 |
+
Sweden
|
| 170 |
+
Singapore
|
| 171 |
+
St. Helena
|
| 172 |
+
Slovenia
|
| 173 |
+
Svalbard and Jan Mayen Islands
|
| 174 |
+
Slovakia
|
| 175 |
+
Sierra Leone
|
| 176 |
+
San Marino
|
| 177 |
+
Senegal
|
| 178 |
+
Somalia
|
| 179 |
+
South Sudan
|
| 180 |
+
El Salvador
|
| 181 |
+
Sint Maarten
|
| 182 |
+
Syria
|
| 183 |
+
Eswatini
|
| 184 |
+
Togo
|
| 185 |
+
Thailand
|
| 186 |
+
Tajikistan
|
| 187 |
+
Timor-Leste
|
| 188 |
+
Turkmenistan
|
| 189 |
+
Tunisia
|
| 190 |
+
Tonga
|
| 191 |
+
Turkey
|
| 192 |
+
Trinidad and Tobago
|
| 193 |
+
Taiwan
|
| 194 |
+
Tanzania
|
| 195 |
+
Ukraine
|
| 196 |
+
Uganda
|
| 197 |
+
United States
|
| 198 |
+
Uruguay
|
| 199 |
+
Uzbekistan
|
| 200 |
+
Vatican
|
| 201 |
+
Venezuela
|
| 202 |
+
British Virgin Islands
|
| 203 |
+
United States Virgin Islands
|
| 204 |
+
Vietnam
|
| 205 |
+
Vanuatu
|
| 206 |
+
Samoa
|
| 207 |
+
Kosovo
|
| 208 |
+
Yemen
|
| 209 |
+
South Africa
|
| 210 |
+
Zambia
|
| 211 |
+
Zimbabwe
|
test/0.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c669fe3f35a8937a69c6f92edc8ecdb332de0936da6ca28ed1a70ce41e571ae5
|
| 3 |
+
size 966103040
|
test/1.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5121590feb8c5ca7f96cbdd180149c9888a65feca2018032be9088669a0f8433
|
| 3 |
+
size 956651520
|
test/2.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d872a569c8f60417f26933751e7cc20e4bf7127dbf9f5425ae97d85469b18866
|
| 3 |
+
size 954634240
|
test/3.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16835c4a0d6448be6f640d60e6f93e6c20cd365390288fcc4c2e92e59d3c4b67
|
| 3 |
+
size 956723200
|
test/nshards.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
4
|
train/0.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d2cde16a3dfe027a7f2d86d056acc3f6701a15d2a667822ad654e8d6f03b5a7
|
| 3 |
+
size 1010176000
|
train/1.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80f7759bc2566ba9b1176acc788ee627acf607938f48cced81df793145e16b9c
|
| 3 |
+
size 1010063360
|
train/2.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81986d1dd34d8af5bd69d0b9b13bde102ed9f292f18e592e0024a9431c8b8b45
|
| 3 |
+
size 1010155520
|
train/3.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b63fa72ed131135c793811a03b3cc687459ee0fd6bd26b7b8226b1f71fa44fa1
|
| 3 |
+
size 1010053120
|
train/4.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3769e6be8a796a5559f7712ba3940fd640670585d0459a2e50fca35dcdc31447
|
| 3 |
+
size 1010063360
|
train/5.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed0fc00134c3bf734b3ae5e9a84ed780c38705eff4108bba25f302b406a638b5
|
| 3 |
+
size 669880320
|
train/nshards.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
6
|
zeroshot_classification_templates.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
a photo i took in {c}.
|
| 2 |
+
a photo i took while visiting {c}.
|
| 3 |
+
a photo from my home country of {c}.
|
| 4 |
+
a photo from my visit to {c}.
|
| 5 |
+
a photo showing the country of {c}.
|