Spaces:
Configuration error
Configuration error
File size: 72,430 Bytes
3b40f46 |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 |
# Prompts for Image Classification
Below are the class names and templates that are used for collecting the zero-shot classification scores in the paper. Each dataset has two lists `classes` and `templates`, where the string `{}` in the template is to be replaced with the corresponding class names. For the Facial Emotion Recognition 2013 dataset specifically, we used multiple class names for certain classes.
This file contains prompt data for 26 of the 27 datasets shown in Table 9 of the paper; the text prompts for ImageNet (as well as other [ImageNet Testbed](https://modestyachts.github.io/imagenet-testbed/) datasets in Figure 13) can be found in [this notebook](https://github.com/openai/CLIP/blob/main/notebooks/Prompt_Engineering_for_ImageNet.ipynb), as well as how to ensemble predictions from multiple prompts using these templates.
If you are viewing this document on GitHub, use the table of contents icon at the upper left to browse the datasets.
## Birdsnap
```bash
classes = [
'Acadian Flycatcher',
'Acorn Woodpecker',
'Alder Flycatcher',
'Allens Hummingbird',
'Altamira Oriole',
'American Avocet',
'American Bittern',
'American Black Duck',
'American Coot',
'American Crow',
'American Dipper',
'American Golden Plover',
'American Goldfinch',
'American Kestrel',
'American Oystercatcher',
'American Pipit',
'American Redstart',
'American Robin',
'American Three toed Woodpecker',
'American Tree Sparrow',
'American White Pelican',
'American Wigeon',
'American Woodcock',
'Anhinga',
'Annas Hummingbird',
'Arctic Tern',
'Ash throated Flycatcher',
'Audubons Oriole',
'Bairds Sandpiper',
'Bald Eagle',
'Baltimore Oriole',
'Band tailed Pigeon',
'Barn Swallow',
'Barred Owl',
'Barrows Goldeneye',
'Bay breasted Warbler',
'Bells Vireo',
'Belted Kingfisher',
'Bewicks Wren',
'Black Guillemot',
'Black Oystercatcher',
'Black Phoebe',
'Black Rosy Finch',
'Black Scoter',
'Black Skimmer',
'Black Tern',
'Black Turnstone',
'Black Vulture',
'Black and white Warbler',
'Black backed Woodpecker',
'Black bellied Plover',
'Black billed Cuckoo',
'Black billed Magpie',
'Black capped Chickadee',
'Black chinned Hummingbird',
'Black chinned Sparrow',
'Black crested Titmouse',
'Black crowned Night Heron',
'Black headed Grosbeak',
'Black legged Kittiwake',
'Black necked Stilt',
'Black throated Blue Warbler',
'Black throated Gray Warbler',
'Black throated Green Warbler',
'Black throated Sparrow',
'Blackburnian Warbler',
'Blackpoll Warbler',
'Blue Grosbeak',
'Blue Jay',
'Blue gray Gnatcatcher',
'Blue headed Vireo',
'Blue winged Teal',
'Blue winged Warbler',
'Boat tailed Grackle',
'Bobolink',
'Bohemian Waxwing',
'Bonapartes Gull',
'Boreal Chickadee',
'Brandts Cormorant',
'Brant',
'Brewers Blackbird',
'Brewers Sparrow',
'Bridled Titmouse',
'Broad billed Hummingbird',
'Broad tailed Hummingbird',
'Broad winged Hawk',
'Bronzed Cowbird',
'Brown Creeper',
'Brown Pelican',
'Brown Thrasher',
'Brown capped Rosy Finch',
'Brown crested Flycatcher',
'Brown headed Cowbird',
'Brown headed Nuthatch',
'Bufflehead',
'Bullocks Oriole',
'Burrowing Owl',
'Bushtit',
'Cackling Goose',
'Cactus Wren',
'California Gull',
'California Quail',
'California Thrasher',
'California Towhee',
'Calliope Hummingbird',
'Canada Goose',
'Canada Warbler',
'Canvasback',
'Canyon Towhee',
'Canyon Wren',
'Cape May Warbler',
'Carolina Chickadee',
'Carolina Wren',
'Caspian Tern',
'Cassins Finch',
'Cassins Kingbird',
'Cassins Sparrow',
'Cassins Vireo',
'Cattle Egret',
'Cave Swallow',
'Cedar Waxwing',
'Cerulean Warbler',
'Chestnut backed Chickadee',
'Chestnut collared Longspur',
'Chestnut sided Warbler',
'Chihuahuan Raven',
'Chimney Swift',
'Chipping Sparrow',
'Cinnamon Teal',
'Clapper Rail',
'Clarks Grebe',
'Clarks Nutcracker',
'Clay colored Sparrow',
'Cliff Swallow',
'Common Black Hawk',
'Common Eider',
'Common Gallinule',
'Common Goldeneye',
'Common Grackle',
'Common Ground Dove',
'Common Loon',
'Common Merganser',
'Common Murre',
'Common Nighthawk',
'Common Raven',
'Common Redpoll',
'Common Tern',
'Common Yellowthroat',
'Connecticut Warbler',
'Coopers Hawk',
'Cordilleran Flycatcher',
'Costas Hummingbird',
'Couchs Kingbird',
'Crested Caracara',
'Curve billed Thrasher',
'Dark eyed Junco',
'Dickcissel',
'Double crested Cormorant',
'Downy Woodpecker',
'Dunlin',
'Dusky Flycatcher',
'Dusky Grouse',
'Eared Grebe',
'Eastern Bluebird',
'Eastern Kingbird',
'Eastern Meadowlark',
'Eastern Phoebe',
'Eastern Screech Owl',
'Eastern Towhee',
'Eastern Wood Pewee',
'Elegant Trogon',
'Elf Owl',
'Eurasian Collared Dove',
'Eurasian Wigeon',
'European Starling',
'Evening Grosbeak',
'Ferruginous Hawk',
'Ferruginous Pygmy Owl',
'Field Sparrow',
'Fish Crow',
'Florida Scrub Jay',
'Forsters Tern',
'Fox Sparrow',
'Franklins Gull',
'Fulvous Whistling Duck',
'Gadwall',
'Gambels Quail',
'Gila Woodpecker',
'Glaucous Gull',
'Glaucous winged Gull',
'Glossy Ibis',
'Golden Eagle',
'Golden crowned Kinglet',
'Golden crowned Sparrow',
'Golden fronted Woodpecker',
'Golden winged Warbler',
'Grasshopper Sparrow',
'Gray Catbird',
'Gray Flycatcher',
'Gray Jay',
'Gray Kingbird',
'Gray cheeked Thrush',
'Gray crowned Rosy Finch',
'Great Black backed Gull',
'Great Blue Heron',
'Great Cormorant',
'Great Crested Flycatcher',
'Great Egret',
'Great Gray Owl',
'Great Horned Owl',
'Great Kiskadee',
'Great tailed Grackle',
'Greater Prairie Chicken',
'Greater Roadrunner',
'Greater Sage Grouse',
'Greater Scaup',
'Greater White fronted Goose',
'Greater Yellowlegs',
'Green Jay',
'Green tailed Towhee',
'Green winged Teal',
'Groove billed Ani',
'Gull billed Tern',
'Hairy Woodpecker',
'Hammonds Flycatcher',
'Harlequin Duck',
'Harriss Hawk',
'Harriss Sparrow',
'Heermanns Gull',
'Henslows Sparrow',
'Hepatic Tanager',
'Hermit Thrush',
'Herring Gull',
'Hoary Redpoll',
'Hooded Merganser',
'Hooded Oriole',
'Hooded Warbler',
'Horned Grebe',
'Horned Lark',
'House Finch',
'House Sparrow',
'House Wren',
'Huttons Vireo',
'Iceland Gull',
'Inca Dove',
'Indigo Bunting',
'Killdeer',
'King Rail',
'Ladder backed Woodpecker',
'Lapland Longspur',
'Lark Bunting',
'Lark Sparrow',
'Laughing Gull',
'Lazuli Bunting',
'Le Contes Sparrow',
'Least Bittern',
'Least Flycatcher',
'Least Grebe',
'Least Sandpiper',
'Least Tern',
'Lesser Goldfinch',
'Lesser Nighthawk',
'Lesser Scaup',
'Lesser Yellowlegs',
'Lewiss Woodpecker',
'Limpkin',
'Lincolns Sparrow',
'Little Blue Heron',
'Loggerhead Shrike',
'Long billed Curlew',
'Long billed Dowitcher',
'Long billed Thrasher',
'Long eared Owl',
'Long tailed Duck',
'Louisiana Waterthrush',
'Magnificent Frigatebird',
'Magnolia Warbler',
'Mallard',
'Marbled Godwit',
'Marsh Wren',
'Merlin',
'Mew Gull',
'Mexican Jay',
'Mississippi Kite',
'Monk Parakeet',
'Mottled Duck',
'Mountain Bluebird',
'Mountain Chickadee',
'Mountain Plover',
'Mourning Dove',
'Mourning Warbler',
'Muscovy Duck',
'Mute Swan',
'Nashville Warbler',
'Nelsons Sparrow',
'Neotropic Cormorant',
'Northern Bobwhite',
'Northern Cardinal',
'Northern Flicker',
'Northern Gannet',
'Northern Goshawk',
'Northern Harrier',
'Northern Hawk Owl',
'Northern Mockingbird',
'Northern Parula',
'Northern Pintail',
'Northern Rough winged Swallow',
'Northern Saw whet Owl',
'Northern Shrike',
'Northern Waterthrush',
'Nuttalls Woodpecker',
'Oak Titmouse',
'Olive Sparrow',
'Olive sided Flycatcher',
'Orange crowned Warbler',
'Orchard Oriole',
'Osprey',
'Ovenbird',
'Pacific Golden Plover',
'Pacific Loon',
'Pacific Wren',
'Pacific slope Flycatcher',
'Painted Bunting',
'Painted Redstart',
'Palm Warbler',
'Pectoral Sandpiper',
'Peregrine Falcon',
'Phainopepla',
'Philadelphia Vireo',
'Pied billed Grebe',
'Pigeon Guillemot',
'Pileated Woodpecker',
'Pine Grosbeak',
'Pine Siskin',
'Pine Warbler',
'Piping Plover',
'Plumbeous Vireo',
'Prairie Falcon',
'Prairie Warbler',
'Prothonotary Warbler',
'Purple Finch',
'Purple Gallinule',
'Purple Martin',
'Purple Sandpiper',
'Pygmy Nuthatch',
'Pyrrhuloxia',
'Red Crossbill',
'Red Knot',
'Red Phalarope',
'Red bellied Woodpecker',
'Red breasted Merganser',
'Red breasted Nuthatch',
'Red breasted Sapsucker',
'Red cockaded Woodpecker',
'Red eyed Vireo',
'Red headed Woodpecker',
'Red naped Sapsucker',
'Red necked Grebe',
'Red necked Phalarope',
'Red shouldered Hawk',
'Red tailed Hawk',
'Red throated Loon',
'Red winged Blackbird',
'Reddish Egret',
'Redhead',
'Ring billed Gull',
'Ring necked Duck',
'Ring necked Pheasant',
'Rock Pigeon',
'Rock Ptarmigan',
'Rock Sandpiper',
'Rock Wren',
'Rose breasted Grosbeak',
'Roseate Tern',
'Rosss Goose',
'Rough legged Hawk',
'Royal Tern',
'Ruby crowned Kinglet',
'Ruby throated Hummingbird',
'Ruddy Duck',
'Ruddy Turnstone',
'Ruffed Grouse',
'Rufous Hummingbird',
'Rufous crowned Sparrow',
'Rusty Blackbird',
'Sage Thrasher',
'Saltmarsh Sparrow',
'Sanderling',
'Sandhill Crane',
'Sandwich Tern',
'Says Phoebe',
'Scaled Quail',
'Scarlet Tanager',
'Scissor tailed Flycatcher',
'Scotts Oriole',
'Seaside Sparrow',
'Sedge Wren',
'Semipalmated Plover',
'Semipalmated Sandpiper',
'Sharp shinned Hawk',
'Sharp tailed Grouse',
'Short billed Dowitcher',
'Short eared Owl',
'Snail Kite',
'Snow Bunting',
'Snow Goose',
'Snowy Egret',
'Snowy Owl',
'Snowy Plover',
'Solitary Sandpiper',
'Song Sparrow',
'Sooty Grouse',
'Sora',
'Spotted Owl',
'Spotted Sandpiper',
'Spotted Towhee',
'Spruce Grouse',
'Stellers Jay',
'Stilt Sandpiper',
'Summer Tanager',
'Surf Scoter',
'Surfbird',
'Swainsons Hawk',
'Swainsons Thrush',
'Swallow tailed Kite',
'Swamp Sparrow',
'Tennessee Warbler',
'Thayers Gull',
'Townsends Solitaire',
'Townsends Warbler',
'Tree Swallow',
'Tricolored Heron',
'Tropical Kingbird',
'Trumpeter Swan',
'Tufted Titmouse',
'Tundra Swan',
'Turkey Vulture',
'Upland Sandpiper',
'Varied Thrush',
'Veery',
'Verdin',
'Vermilion Flycatcher',
'Vesper Sparrow',
'Violet green Swallow',
'Virginia Rail',
'Wandering Tattler',
'Warbling Vireo',
'Western Bluebird',
'Western Grebe',
'Western Gull',
'Western Kingbird',
'Western Meadowlark',
'Western Sandpiper',
'Western Screech Owl',
'Western Scrub Jay',
'Western Tanager',
'Western Wood Pewee',
'Whimbrel',
'White Ibis',
'White breasted Nuthatch',
'White crowned Sparrow',
'White eyed Vireo',
'White faced Ibis',
'White headed Woodpecker',
'White rumped Sandpiper',
'White tailed Hawk',
'White tailed Kite',
'White tailed Ptarmigan',
'White throated Sparrow',
'White throated Swift',
'White winged Crossbill',
'White winged Dove',
'White winged Scoter',
'Wild Turkey',
'Willet',
'Williamsons Sapsucker',
'Willow Flycatcher',
'Willow Ptarmigan',
'Wilsons Phalarope',
'Wilsons Plover',
'Wilsons Snipe',
'Wilsons Warbler',
'Winter Wren',
'Wood Stork',
'Wood Thrush',
'Worm eating Warbler',
'Wrentit',
'Yellow Warbler',
'Yellow bellied Flycatcher',
'Yellow bellied Sapsucker',
'Yellow billed Cuckoo',
'Yellow billed Magpie',
'Yellow breasted Chat',
'Yellow crowned Night Heron',
'Yellow eyed Junco',
'Yellow headed Blackbird',
'Yellow rumped Warbler',
'Yellow throated Vireo',
'Yellow throated Warbler',
'Zone tailed Hawk',
]
templates = [
'a photo of a {}, a type of bird.',
]
```
## CIFAR10
```bash
classes = [
'airplane',
'automobile',
'bird',
'cat',
'deer',
'dog',
'frog',
'horse',
'ship',
'truck',
]
templates = [
'a photo of a {}.',
'a blurry photo of a {}.',
'a black and white photo of a {}.',
'a low contrast photo of a {}.',
'a high contrast photo of a {}.',
'a bad photo of a {}.',
'a good photo of a {}.',
'a photo of a small {}.',
'a photo of a big {}.',
'a photo of the {}.',
'a blurry photo of the {}.',
'a black and white photo of the {}.',
'a low contrast photo of the {}.',
'a high contrast photo of the {}.',
'a bad photo of the {}.',
'a good photo of the {}.',
'a photo of the small {}.',
'a photo of the big {}.',
]
```
## CIFAR100
```bash
classes = [
'apple',
'aquarium fish',
'baby',
'bear',
'beaver',
'bed',
'bee',
'beetle',
'bicycle',
'bottle',
'bowl',
'boy',
'bridge',
'bus',
'butterfly',
'camel',
'can',
'castle',
'caterpillar',
'cattle',
'chair',
'chimpanzee',
'clock',
'cloud',
'cockroach',
'couch',
'crab',
'crocodile',
'cup',
'dinosaur',
'dolphin',
'elephant',
'flatfish',
'forest',
'fox',
'girl',
'hamster',
'house',
'kangaroo',
'keyboard',
'lamp',
'lawn mower',
'leopard',
'lion',
'lizard',
'lobster',
'man',
'maple tree',
'motorcycle',
'mountain',
'mouse',
'mushroom',
'oak tree',
'orange',
'orchid',
'otter',
'palm tree',
'pear',
'pickup truck',
'pine tree',
'plain',
'plate',
'poppy',
'porcupine',
'possum',
'rabbit',
'raccoon',
'ray',
'road',
'rocket',
'rose',
'sea',
'seal',
'shark',
'shrew',
'skunk',
'skyscraper',
'snail',
'snake',
'spider',
'squirrel',
'streetcar',
'sunflower',
'sweet pepper',
'table',
'tank',
'telephone',
'television',
'tiger',
'tractor',
'train',
'trout',
'tulip',
'turtle',
'wardrobe',
'whale',
'willow tree',
'wolf',
'woman',
'worm',
]
templates = [
'a photo of a {}.',
'a blurry photo of a {}.',
'a black and white photo of a {}.',
'a low contrast photo of a {}.',
'a high contrast photo of a {}.',
'a bad photo of a {}.',
'a good photo of a {}.',
'a photo of a small {}.',
'a photo of a big {}.',
'a photo of the {}.',
'a blurry photo of the {}.',
'a black and white photo of the {}.',
'a low contrast photo of the {}.',
'a high contrast photo of the {}.',
'a bad photo of the {}.',
'a good photo of the {}.',
'a photo of the small {}.',
'a photo of the big {}.',
]
```
## CLEVRCounts
```bash
classes = [
'10',
'3',
'4',
'5',
'6',
'7',
'8',
'9',
]
templates = [
'a photo of {} objects.',
]
```
## Caltech101
```bash
classes = [
'background',
'off-center face',
'centered face',
'leopard',
'motorbike',
'accordion',
'airplane',
'anchor',
'ant',
'barrel',
'bass',
'beaver',
'binocular',
'bonsai',
'brain',
'brontosaurus',
'buddha',
'butterfly',
'camera',
'cannon',
'side of a car',
'ceiling fan',
'cellphone',
'chair',
'chandelier',
'body of a cougar cat',
'face of a cougar cat',
'crab',
'crayfish',
'crocodile',
'head of a crocodile',
'cup',
'dalmatian',
'dollar bill',
'dolphin',
'dragonfly',
'electric guitar',
'elephant',
'emu',
'euphonium',
'ewer',
'ferry',
'flamingo',
'head of a flamingo',
'garfield',
'gerenuk',
'gramophone',
'grand piano',
'hawksbill',
'headphone',
'hedgehog',
'helicopter',
'ibis',
'inline skate',
'joshua tree',
'kangaroo',
'ketch',
'lamp',
'laptop',
'llama',
'lobster',
'lotus',
'mandolin',
'mayfly',
'menorah',
'metronome',
'minaret',
'nautilus',
'octopus',
'okapi',
'pagoda',
'panda',
'pigeon',
'pizza',
'platypus',
'pyramid',
'revolver',
'rhino',
'rooster',
'saxophone',
'schooner',
'scissors',
'scorpion',
'sea horse',
'snoopy (cartoon beagle)',
'soccer ball',
'stapler',
'starfish',
'stegosaurus',
'stop sign',
'strawberry',
'sunflower',
'tick',
'trilobite',
'umbrella',
'watch',
'water lilly',
'wheelchair',
'wild cat',
'windsor chair',
'wrench',
'yin and yang symbol',
]
templates = [
'a photo of a {}.',
'a painting of a {}.',
'a plastic {}.',
'a sculpture of a {}.',
'a sketch of a {}.',
'a tattoo of a {}.',
'a toy {}.',
'a rendition of a {}.',
'a embroidered {}.',
'a cartoon {}.',
'a {} in a video game.',
'a plushie {}.',
'a origami {}.',
'art of a {}.',
'graffiti of a {}.',
'a drawing of a {}.',
'a doodle of a {}.',
'a photo of the {}.',
'a painting of the {}.',
'the plastic {}.',
'a sculpture of the {}.',
'a sketch of the {}.',
'a tattoo of the {}.',
'the toy {}.',
'a rendition of the {}.',
'the embroidered {}.',
'the cartoon {}.',
'the {} in a video game.',
'the plushie {}.',
'the origami {}.',
'art of the {}.',
'graffiti of the {}.',
'a drawing of the {}.',
'a doodle of the {}.',
]
```
## Country211
```bash
classes = [
'Andorra',
'United Arab Emirates',
'Afghanistan',
'Antigua and Barbuda',
'Anguilla',
'Albania',
'Armenia',
'Angola',
'Antarctica',
'Argentina',
'Austria',
'Australia',
'Aruba',
'Aland Islands',
'Azerbaijan',
'Bosnia and Herzegovina',
'Barbados',
'Bangladesh',
'Belgium',
'Burkina Faso',
'Bulgaria',
'Bahrain',
'Benin',
'Bermuda',
'Brunei Darussalam',
'Bolivia',
'Bonaire, Saint Eustatius and Saba',
'Brazil',
'Bahamas',
'Bhutan',
'Botswana',
'Belarus',
'Belize',
'Canada',
'DR Congo',
'Central African Republic',
'Switzerland',
"Cote d'Ivoire",
'Cook Islands',
'Chile',
'Cameroon',
'China',
'Colombia',
'Costa Rica',
'Cuba',
'Cabo Verde',
'Curacao',
'Cyprus',
'Czech Republic',
'Germany',
'Denmark',
'Dominica',
'Dominican Republic',
'Algeria',
'Ecuador',
'Estonia',
'Egypt',
'Spain',
'Ethiopia',
'Finland',
'Fiji',
'Falkland Islands',
'Faeroe Islands',
'France',
'Gabon',
'United Kingdom',
'Grenada',
'Georgia',
'French Guiana',
'Guernsey',
'Ghana',
'Gibraltar',
'Greenland',
'Gambia',
'Guadeloupe',
'Greece',
'South Georgia and South Sandwich Is.',
'Guatemala',
'Guam',
'Guyana',
'Hong Kong',
'Honduras',
'Croatia',
'Haiti',
'Hungary',
'Indonesia',
'Ireland',
'Israel',
'Isle of Man',
'India',
'Iraq',
'Iran',
'Iceland',
'Italy',
'Jersey',
'Jamaica',
'Jordan',
'Japan',
'Kenya',
'Kyrgyz Republic',
'Cambodia',
'St. Kitts and Nevis',
'North Korea',
'South Korea',
'Kuwait',
'Cayman Islands',
'Kazakhstan',
'Laos',
'Lebanon',
'St. Lucia',
'Liechtenstein',
'Sri Lanka',
'Liberia',
'Lithuania',
'Luxembourg',
'Latvia',
'Libya',
'Morocco',
'Monaco',
'Moldova',
'Montenegro',
'Saint-Martin',
'Madagascar',
'Macedonia',
'Mali',
'Myanmar',
'Mongolia',
'Macau',
'Martinique',
'Mauritania',
'Malta',
'Mauritius',
'Maldives',
'Malawi',
'Mexico',
'Malaysia',
'Mozambique',
'Namibia',
'New Caledonia',
'Nigeria',
'Nicaragua',
'Netherlands',
'Norway',
'Nepal',
'New Zealand',
'Oman',
'Panama',
'Peru',
'French Polynesia',
'Papua New Guinea',
'Philippines',
'Pakistan',
'Poland',
'Puerto Rico',
'Palestine',
'Portugal',
'Palau',
'Paraguay',
'Qatar',
'Reunion',
'Romania',
'Serbia',
'Russia',
'Rwanda',
'Saudi Arabia',
'Solomon Islands',
'Seychelles',
'Sudan',
'Sweden',
'Singapore',
'St. Helena',
'Slovenia',
'Svalbard and Jan Mayen Islands',
'Slovakia',
'Sierra Leone',
'San Marino',
'Senegal',
'Somalia',
'South Sudan',
'El Salvador',
'Sint Maarten',
'Syria',
'Eswatini',
'Togo',
'Thailand',
'Tajikistan',
'Timor-Leste',
'Turkmenistan',
'Tunisia',
'Tonga',
'Turkey',
'Trinidad and Tobago',
'Taiwan',
'Tanzania',
'Ukraine',
'Uganda',
'United States',
'Uruguay',
'Uzbekistan',
'Vatican',
'Venezuela',
'British Virgin Islands',
'United States Virgin Islands',
'Vietnam',
'Vanuatu',
'Samoa',
'Kosovo',
'Yemen',
'South Africa',
'Zambia',
'Zimbabwe',
]
templates = [
'a photo i took in {}.',
'a photo i took while visiting {}.',
'a photo from my home country of {}.',
'a photo from my visit to {}.',
'a photo showing the country of {}.',
]
```
## DescribableTextures
```bash
classes = [
'banded',
'blotchy',
'braided',
'bubbly',
'bumpy',
'chequered',
'cobwebbed',
'cracked',
'crosshatched',
'crystalline',
'dotted',
'fibrous',
'flecked',
'freckled',
'frilly',
'gauzy',
'grid',
'grooved',
'honeycombed',
'interlaced',
'knitted',
'lacelike',
'lined',
'marbled',
'matted',
'meshed',
'paisley',
'perforated',
'pitted',
'pleated',
'polka-dotted',
'porous',
'potholed',
'scaly',
'smeared',
'spiralled',
'sprinkled',
'stained',
'stratified',
'striped',
'studded',
'swirly',
'veined',
'waffled',
'woven',
'wrinkled',
'zigzagged',
]
templates = [
'a photo of a {} texture.',
'a photo of a {} pattern.',
'a photo of a {} thing.',
'a photo of a {} object.',
'a photo of the {} texture.',
'a photo of the {} pattern.',
'a photo of the {} thing.',
'a photo of the {} object.',
]
```
## EuroSAT
```bash
classes = [
'forest',
'permanent crop land',
'residential buildings or homes or apartments',
'river',
'pasture land',
'lake or sea',
'brushland or shrubland',
'annual crop land',
'industrial buildings or commercial buildings',
'highway or road',
]
templates = [
'a centered satellite photo of {}.',
'a centered satellite photo of a {}.',
'a centered satellite photo of the {}.',
]
```
## FGVCAircraft
```bash
classes = [
'707-320',
'727-200',
'737-200',
'737-300',
'737-400',
'737-500',
'737-600',
'737-700',
'737-800',
'737-900',
'747-100',
'747-200',
'747-300',
'747-400',
'757-200',
'757-300',
'767-200',
'767-300',
'767-400',
'777-200',
'777-300',
'A300B4',
'A310',
'A318',
'A319',
'A320',
'A321',
'A330-200',
'A330-300',
'A340-200',
'A340-300',
'A340-500',
'A340-600',
'A380',
'ATR-42',
'ATR-72',
'An-12',
'BAE 146-200',
'BAE 146-300',
'BAE-125',
'Beechcraft 1900',
'Boeing 717',
'C-130',
'C-47',
'CRJ-200',
'CRJ-700',
'CRJ-900',
'Cessna 172',
'Cessna 208',
'Cessna 525',
'Cessna 560',
'Challenger 600',
'DC-10',
'DC-3',
'DC-6',
'DC-8',
'DC-9-30',
'DH-82',
'DHC-1',
'DHC-6',
'DHC-8-100',
'DHC-8-300',
'DR-400',
'Dornier 328',
'E-170',
'E-190',
'E-195',
'EMB-120',
'ERJ 135',
'ERJ 145',
'Embraer Legacy 600',
'Eurofighter Typhoon',
'F-16A/B',
'F/A-18',
'Falcon 2000',
'Falcon 900',
'Fokker 100',
'Fokker 50',
'Fokker 70',
'Global Express',
'Gulfstream IV',
'Gulfstream V',
'Hawk T1',
'Il-76',
'L-1011',
'MD-11',
'MD-80',
'MD-87',
'MD-90',
'Metroliner',
'Model B200',
'PA-28',
'SR-20',
'Saab 2000',
'Saab 340',
'Spitfire',
'Tornado',
'Tu-134',
'Tu-154',
'Yak-42',
]
templates = [
'a photo of a {}, a type of aircraft.',
'a photo of the {}, a type of aircraft.',
]
```
## FacialEmotionRecognition2013
```bash
classes = [
['angry'],
['disgusted'],
['fearful'],
['happy', 'smiling'],
['sad', 'depressed'],
['surprised', 'shocked', 'spooked'],
['neutral', 'bored'],
]
templates = [
'a photo of a {} looking face.',
'a photo of a face showing the emotion: {}.',
'a photo of a face looking {}.',
'a face that looks {}.',
'they look {}.',
'look at how {} they are.',
]
```
## Flowers102
```bash
classes = [
'pink primrose',
'hard-leaved pocket orchid',
'canterbury bells',
'sweet pea',
'english marigold',
'tiger lily',
'moon orchid',
'bird of paradise',
'monkshood',
'globe thistle',
'snapdragon',
"colt's foot",
'king protea',
'spear thistle',
'yellow iris',
'globe flower',
'purple coneflower',
'peruvian lily',
'balloon flower',
'giant white arum lily',
'fire lily',
'pincushion flower',
'fritillary',
'red ginger',
'grape hyacinth',
'corn poppy',
'prince of wales feathers',
'stemless gentian',
'artichoke',
'sweet william',
'carnation',
'garden phlox',
'love in the mist',
'mexican aster',
'alpine sea holly',
'ruby-lipped cattleya',
'cape flower',
'great masterwort',
'siam tulip',
'lenten rose',
'barbeton daisy',
'daffodil',
'sword lily',
'poinsettia',
'bolero deep blue',
'wallflower',
'marigold',
'buttercup',
'oxeye daisy',
'common dandelion',
'petunia',
'wild pansy',
'primula',
'sunflower',
'pelargonium',
'bishop of llandaff',
'gaura',
'geranium',
'orange dahlia',
'pink and yellow dahlia',
'cautleya spicata',
'japanese anemone',
'black-eyed susan',
'silverbush',
'californian poppy',
'osteospermum',
'spring crocus',
'bearded iris',
'windflower',
'tree poppy',
'gazania',
'azalea',
'water lily',
'rose',
'thorn apple',
'morning glory',
'passion flower',
'lotus',
'toad lily',
'anthurium',
'frangipani',
'clematis',
'hibiscus',
'columbine',
'desert-rose',
'tree mallow',
'magnolia',
'cyclamen',
'watercress',
'canna lily',
'hippeastrum',
'bee balm',
'air plant',
'foxglove',
'bougainvillea',
'camellia',
'mallow',
'mexican petunia',
'bromelia',
'blanket flower',
'trumpet creeper',
'blackberry lily',
]
templates = [
'a photo of a {}, a type of flower.',
]
```
## Food101
```bash
classes = [
'apple pie',
'baby back ribs',
'baklava',
'beef carpaccio',
'beef tartare',
'beet salad',
'beignets',
'bibimbap',
'bread pudding',
'breakfast burrito',
'bruschetta',
'caesar salad',
'cannoli',
'caprese salad',
'carrot cake',
'ceviche',
'cheese plate',
'cheesecake',
'chicken curry',
'chicken quesadilla',
'chicken wings',
'chocolate cake',
'chocolate mousse',
'churros',
'clam chowder',
'club sandwich',
'crab cakes',
'creme brulee',
'croque madame',
'cup cakes',
'deviled eggs',
'donuts',
'dumplings',
'edamame',
'eggs benedict',
'escargots',
'falafel',
'filet mignon',
'fish and chips',
'foie gras',
'french fries',
'french onion soup',
'french toast',
'fried calamari',
'fried rice',
'frozen yogurt',
'garlic bread',
'gnocchi',
'greek salad',
'grilled cheese sandwich',
'grilled salmon',
'guacamole',
'gyoza',
'hamburger',
'hot and sour soup',
'hot dog',
'huevos rancheros',
'hummus',
'ice cream',
'lasagna',
'lobster bisque',
'lobster roll sandwich',
'macaroni and cheese',
'macarons',
'miso soup',
'mussels',
'nachos',
'omelette',
'onion rings',
'oysters',
'pad thai',
'paella',
'pancakes',
'panna cotta',
'peking duck',
'pho',
'pizza',
'pork chop',
'poutine',
'prime rib',
'pulled pork sandwich',
'ramen',
'ravioli',
'red velvet cake',
'risotto',
'samosa',
'sashimi',
'scallops',
'seaweed salad',
'shrimp and grits',
'spaghetti bolognese',
'spaghetti carbonara',
'spring rolls',
'steak',
'strawberry shortcake',
'sushi',
'tacos',
'takoyaki',
'tiramisu',
'tuna tartare',
'waffles',
]
templates = [
'a photo of {}, a type of food.',
]
```
## GTSRB
```bash
classes = [
'red and white circle 20 kph speed limit',
'red and white circle 30 kph speed limit',
'red and white circle 50 kph speed limit',
'red and white circle 60 kph speed limit',
'red and white circle 70 kph speed limit',
'red and white circle 80 kph speed limit',
'end / de-restriction of 80 kph speed limit',
'red and white circle 100 kph speed limit',
'red and white circle 120 kph speed limit',
'red and white circle red car and black car no passing',
'red and white circle red truck and black car no passing',
'red and white triangle road intersection warning',
'white and yellow diamond priority road',
'red and white upside down triangle yield right-of-way',
'stop',
'empty red and white circle',
'red and white circle no truck entry',
'red circle with white horizonal stripe no entry',
'red and white triangle with exclamation mark warning',
'red and white triangle with black left curve approaching warning',
'red and white triangle with black right curve approaching warning',
'red and white triangle with black double curve approaching warning',
'red and white triangle rough / bumpy road warning',
'red and white triangle car skidding / slipping warning',
'red and white triangle with merging / narrow lanes warning',
'red and white triangle with person digging / construction / road work warning',
'red and white triangle with traffic light approaching warning',
'red and white triangle with person walking warning',
'red and white triangle with child and person walking warning',
'red and white triangle with bicyle warning',
'red and white triangle with snowflake / ice warning',
'red and white triangle with deer warning',
'white circle with gray strike bar no speed limit',
'blue circle with white right turn arrow mandatory',
'blue circle with white left turn arrow mandatory',
'blue circle with white forward arrow mandatory',
'blue circle with white forward or right turn arrow mandatory',
'blue circle with white forward or left turn arrow mandatory',
'blue circle with white keep right arrow mandatory',
'blue circle with white keep left arrow mandatory',
'blue circle with white arrows indicating a traffic circle',
'white circle with gray strike bar indicating no passing for cars has ended',
'white circle with gray strike bar indicating no passing for trucks has ended',
]
templates = [
'a zoomed in photo of a "{}" traffic sign.',
'a centered photo of a "{}" traffic sign.',
'a close up photo of a "{}" traffic sign.',
]
```
## HatefulMemes
```bash
classes = [
'meme',
'hatespeech meme',
]
templates = [
'a {}.',
]
```
## KITTI
```bash
classes = [
'a photo i took of a car on my left or right side.',
'a photo i took with a car nearby.',
'a photo i took with a car in the distance.',
'a photo i took with no car.',
]
templates = [
'{}',
]
```
## Kinetics700
```bash
classes = [
'abseiling',
'acting in play',
'adjusting glasses',
'air drumming',
'alligator wrestling',
'answering questions',
'applauding',
'applying cream',
'archaeological excavation',
'archery',
'arguing',
'arm wrestling',
'arranging flowers',
'arresting',
'assembling bicycle',
'assembling computer',
'attending conference',
'auctioning',
'baby waking up',
'backflip (human)',
'baking cookies',
'bandaging',
'barbequing',
'bartending',
'base jumping',
'bathing dog',
'battle rope training',
'beatboxing',
'bee keeping',
'being excited',
'being in zero gravity',
'belly dancing',
'bench pressing',
'bending back',
'bending metal',
'biking through snow',
'blasting sand',
'blending fruit',
'blowdrying hair',
'blowing bubble gum',
'blowing glass',
'blowing leaves',
'blowing nose',
'blowing out candles',
'bobsledding',
'bodysurfing',
'bookbinding',
'bottling',
'bouncing ball (not juggling)',
'bouncing on bouncy castle',
'bouncing on trampoline',
'bowling',
'braiding hair',
'breading or breadcrumbing',
'breakdancing',
'breaking boards',
'breaking glass',
'breathing fire',
'brush painting',
'brushing floor',
'brushing hair',
'brushing teeth',
'building cabinet',
'building lego',
'building sandcastle',
'building shed',
'bulldozing',
'bungee jumping',
'burping',
'busking',
'calculating',
'calligraphy',
'canoeing or kayaking',
'capoeira',
'capsizing',
'card stacking',
'card throwing',
'carrying baby',
'carrying weight',
'cartwheeling',
'carving ice',
'carving marble',
'carving pumpkin',
'carving wood with a knife',
'casting fishing line',
'catching fish',
'catching or throwing baseball',
'catching or throwing frisbee',
'catching or throwing softball',
'celebrating',
'changing gear in car',
'changing oil',
'changing wheel (not on bike)',
'chasing',
'checking tires',
'checking watch',
'cheerleading',
'chewing gum',
'chiseling stone',
'chiseling wood',
'chopping meat',
'chopping wood',
'clam digging',
'clapping',
'clay pottery making',
'clean and jerk',
'cleaning gutters',
'cleaning pool',
'cleaning shoes',
'cleaning toilet',
'cleaning windows',
'climbing a rope',
'climbing ladder',
'climbing tree',
'closing door',
'coloring in',
'combing hair',
'contact juggling',
'contorting',
'cooking chicken',
'cooking egg',
'cooking on campfire',
'cooking sausages (not on barbeque)',
'cooking scallops',
'cosplaying',
'coughing',
'counting money',
'country line dancing',
'cracking back',
'cracking knuckles',
'cracking neck',
'crawling baby',
'crocheting',
'crossing eyes',
'crossing river',
'crying',
'cumbia',
'curling (sport)',
'curling eyelashes',
'curling hair',
'cutting apple',
'cutting cake',
'cutting nails',
'cutting orange',
'cutting pineapple',
'cutting watermelon',
'dancing ballet',
'dancing charleston',
'dancing gangnam style',
'dancing macarena',
'deadlifting',
'dealing cards',
'decorating the christmas tree',
'decoupage',
'delivering mail',
'digging',
'dining',
'directing traffic',
'disc golfing',
'diving cliff',
'docking boat',
'dodgeball',
'doing aerobics',
'doing jigsaw puzzle',
'doing laundry',
'doing nails',
'doing sudoku',
'drawing',
'dribbling basketball',
'drinking shots',
'driving car',
'driving tractor',
'drooling',
'drop kicking',
'drumming fingers',
'dumpster diving',
'dunking basketball',
'dyeing eyebrows',
'dyeing hair',
'eating burger',
'eating cake',
'eating carrots',
'eating chips',
'eating doughnuts',
'eating hotdog',
'eating ice cream',
'eating nachos',
'eating spaghetti',
'eating watermelon',
'egg hunting',
'embroidering',
'entering church',
'exercising arm',
'exercising with an exercise ball',
'extinguishing fire',
'faceplanting',
'falling off bike',
'falling off chair',
'feeding birds',
'feeding fish',
'feeding goats',
'fencing (sport)',
'fidgeting',
'filling cake',
'filling eyebrows',
'finger snapping',
'fixing bicycle',
'fixing hair',
'flint knapping',
'flipping bottle',
'flipping pancake',
'fly tying',
'flying kite',
'folding clothes',
'folding napkins',
'folding paper',
'front raises',
'frying vegetables',
'gargling',
'geocaching',
'getting a haircut',
'getting a piercing',
'getting a tattoo',
'giving or receiving award',
'gold panning',
'golf chipping',
'golf driving',
'golf putting',
'gospel singing in church',
'grinding meat',
'grooming cat',
'grooming dog',
'grooming horse',
'gymnastics tumbling',
'hammer throw',
'hand washing clothes',
'head stand',
'headbanging',
'headbutting',
'helmet diving',
'herding cattle',
'high fiving',
'high jump',
'high kick',
'historical reenactment',
'hitting baseball',
'hockey stop',
'holding snake',
'home roasting coffee',
'hopscotch',
'hoverboarding',
'huddling',
'hugging (not baby)',
'hugging baby',
'hula hooping',
'hurdling',
'hurling (sport)',
'ice climbing',
'ice fishing',
'ice skating',
'ice swimming',
'inflating balloons',
'installing carpet',
'ironing',
'ironing hair',
'javelin throw',
'jaywalking',
'jetskiing',
'jogging',
'juggling balls',
'juggling fire',
'juggling soccer ball',
'jumping bicycle',
'jumping into pool',
'jumping jacks',
'jumping sofa',
'jumpstyle dancing',
'karaoke',
'kicking field goal',
'kicking soccer ball',
'kissing',
'kitesurfing',
'knitting',
'krumping',
'land sailing',
'laughing',
'lawn mower racing',
'laying bricks',
'laying concrete',
'laying decking',
'laying stone',
'laying tiles',
'leatherworking',
'letting go of balloon',
'licking',
'lifting hat',
'lighting candle',
'lighting fire',
'listening with headphones',
'lock picking',
'long jump',
'longboarding',
'looking at phone',
'looking in mirror',
'luge',
'lunge',
'making a cake',
'making a sandwich',
'making balloon shapes',
'making bubbles',
'making cheese',
'making horseshoes',
'making jewelry',
'making latte art',
'making paper aeroplanes',
'making pizza',
'making slime',
'making snowman',
'making sushi',
'making tea',
'making the bed',
'marching',
'marriage proposal',
'massaging back',
'massaging feet',
'massaging legs',
'massaging neck',
"massaging person's head",
'metal detecting',
'milking cow',
'milking goat',
'mixing colours',
'moon walking',
'mopping floor',
'mosh pit dancing',
'motorcycling',
'mountain climber (exercise)',
'moving baby',
'moving child',
'moving furniture',
'mowing lawn',
'mushroom foraging',
'needle felting',
'news anchoring',
'opening bottle (not wine)',
'opening coconuts',
'opening door',
'opening present',
'opening refrigerator',
'opening wine bottle',
'packing',
'paragliding',
'parasailing',
'parkour',
'passing American football (in game)',
'passing American football (not in game)',
'passing soccer ball',
'peeling apples',
'peeling banana',
'peeling potatoes',
'person collecting garbage',
'petting animal (not cat)',
'petting cat',
'petting horse',
'photobombing',
'photocopying',
'picking apples',
'picking blueberries',
'pillow fight',
'pinching',
'pirouetting',
'planing wood',
'planting trees',
'plastering',
'playing accordion',
'playing american football',
'playing badminton',
'playing bagpipes',
'playing basketball',
'playing bass guitar',
'playing beer pong',
'playing billiards',
'playing blackjack',
'playing cards',
'playing cello',
'playing checkers',
'playing chess',
'playing clarinet',
'playing controller',
'playing cricket',
'playing cymbals',
'playing darts',
'playing didgeridoo',
'playing dominoes',
'playing drums',
'playing field hockey',
'playing flute',
'playing gong',
'playing guitar',
'playing hand clapping games',
'playing harmonica',
'playing harp',
'playing ice hockey',
'playing keyboard',
'playing kickball',
'playing laser tag',
'playing lute',
'playing mahjong',
'playing maracas',
'playing marbles',
'playing monopoly',
'playing netball',
'playing nose flute',
'playing oboe',
'playing ocarina',
'playing organ',
'playing paintball',
'playing pan pipes',
'playing piano',
'playing piccolo',
'playing pinball',
'playing ping pong',
'playing poker',
'playing polo',
'playing recorder',
'playing road hockey',
'playing rounders',
'playing rubiks cube',
'playing saxophone',
'playing scrabble',
'playing shuffleboard',
'playing slot machine',
'playing squash or racquetball',
'playing tennis',
'playing trombone',
'playing trumpet',
'playing ukulele',
'playing violin',
'playing volleyball',
'playing with trains',
'playing xylophone',
'poaching eggs',
'poking bellybutton',
'pole vault',
'polishing furniture',
'polishing metal',
'popping balloons',
'pouring beer',
'pouring milk',
'pouring wine',
'preparing salad',
'presenting weather forecast',
'pretending to be a statue',
'pull ups',
'pulling espresso shot',
'pulling rope (game)',
'pumping fist',
'pumping gas',
'punching bag',
'punching person (boxing)',
'push up',
'pushing car',
'pushing cart',
'pushing wheelbarrow',
'pushing wheelchair',
'putting in contact lenses',
'putting on eyeliner',
'putting on foundation',
'putting on lipstick',
'putting on mascara',
'putting on sari',
'putting on shoes',
'putting wallpaper on wall',
'raising eyebrows',
'reading book',
'reading newspaper',
'recording music',
'repairing puncture',
'riding a bike',
'riding camel',
'riding elephant',
'riding mechanical bull',
'riding mule',
'riding or walking with horse',
'riding scooter',
'riding snow blower',
'riding unicycle',
'ripping paper',
'roasting marshmallows',
'roasting pig',
'robot dancing',
'rock climbing',
'rock scissors paper',
'roller skating',
'rolling eyes',
'rolling pastry',
'rope pushdown',
'running on treadmill',
'sailing',
'salsa dancing',
'saluting',
'sanding floor',
'sanding wood',
'sausage making',
'sawing wood',
'scrambling eggs',
'scrapbooking',
'scrubbing face',
'scuba diving',
'seasoning food',
'separating eggs',
'setting table',
'sewing',
'shaking hands',
'shaking head',
'shaping bread dough',
'sharpening knives',
'sharpening pencil',
'shaving head',
'shaving legs',
'shearing sheep',
'shining flashlight',
'shining shoes',
'shoot dance',
'shooting basketball',
'shooting goal (soccer)',
'shooting off fireworks',
'shopping',
'shot put',
'shouting',
'shoveling snow',
'shredding paper',
'shucking oysters',
'shuffling cards',
'shuffling feet',
'side kick',
'sieving',
'sign language interpreting',
'silent disco',
'singing',
'sipping cup',
'situp',
'skateboarding',
'ski ballet',
'ski jumping',
'skiing crosscountry',
'skiing mono',
'skiing slalom',
'skipping rope',
'skipping stone',
'skydiving',
'slacklining',
'slapping',
'sled dog racing',
'sleeping',
'slicing onion',
'smashing',
'smelling feet',
'smoking',
'smoking hookah',
'smoking pipe',
'snatch weight lifting',
'sneezing',
'snorkeling',
'snowboarding',
'snowkiting',
'snowmobiling',
'somersaulting',
'spelunking',
'spinning plates',
'spinning poi',
'splashing water',
'spray painting',
'spraying',
'springboard diving',
'square dancing',
'squat',
'squeezing orange',
'stacking cups',
'stacking dice',
'standing on hands',
'staring',
'steer roping',
'steering car',
'sticking tongue out',
'stomping grapes',
'stretching arm',
'stretching leg',
'sucking lolly',
'surfing crowd',
'surfing water',
'surveying',
'sweeping floor',
'swimming backstroke',
'swimming breast stroke',
'swimming butterfly stroke',
'swimming front crawl',
'swimming with dolphins',
'swimming with sharks',
'swing dancing',
'swinging baseball bat',
'swinging on something',
'sword fighting',
'sword swallowing',
'tackling',
'tagging graffiti',
'tai chi',
'taking photo',
'talking on cell phone',
'tango dancing',
'tap dancing',
'tapping guitar',
'tapping pen',
'tasting beer',
'tasting food',
'tasting wine',
'testifying',
'texting',
'threading needle',
'throwing axe',
'throwing ball (not baseball or American football)',
'throwing discus',
'throwing knife',
'throwing snowballs',
'throwing tantrum',
'throwing water balloon',
'tickling',
'tie dying',
'tightrope walking',
'tiptoeing',
'tobogganing',
'tossing coin',
'tossing salad',
'training dog',
'trapezing',
'treating wood',
'trimming or shaving beard',
'trimming shrubs',
'trimming trees',
'triple jump',
'twiddling fingers',
'tying bow tie',
'tying knot (not on a tie)',
'tying necktie',
'tying shoe laces',
'unboxing',
'uncorking champagne',
'unloading truck',
'using a microscope',
'using a paint roller',
'using a power drill',
'using a sledge hammer',
'using a wrench',
'using atm',
'using bagging machine',
'using circular saw',
'using inhaler',
'using megaphone',
'using puppets',
'using remote controller (not gaming)',
'using segway',
'vacuuming car',
'vacuuming floor',
'visiting the zoo',
'wading through mud',
'wading through water',
'waiting in line',
'waking up',
'walking on stilts',
'walking the dog',
'walking through snow',
'walking with crutches',
'washing dishes',
'washing feet',
'washing hair',
'washing hands',
'watching tv',
'water skiing',
'water sliding',
'watering plants',
'waving hand',
'waxing armpits',
'waxing back',
'waxing chest',
'waxing eyebrows',
'waxing legs',
'weaving basket',
'weaving fabric',
'welding',
'whistling',
'windsurfing',
'winking',
'wood burning (art)',
'wrapping present',
'wrestling',
'writing',
'yarn spinning',
'yawning',
'yoga',
'zumba'
]
templates = [
'a photo of {}.',
'a photo of a person {}.',
'a photo of a person using {}.',
'a photo of a person doing {}.',
'a photo of a person during {}.',
'a photo of a person performing {}.',
'a photo of a person practicing {}.',
'a video of {}.',
'a video of a person {}.',
'a video of a person using {}.',
'a video of a person doing {}.',
'a video of a person during {}.',
'a video of a person performing {}.',
'a video of a person practicing {}.',
'a example of {}.',
'a example of a person {}.',
'a example of a person using {}.',
'a example of a person doing {}.',
'a example of a person during {}.',
'a example of a person performing {}.',
'a example of a person practicing {}.',
'a demonstration of {}.',
'a demonstration of a person {}.',
'a demonstration of a person using {}.',
'a demonstration of a person doing {}.',
'a demonstration of a person during {}.',
'a demonstration of a person performing {}.',
'a demonstration of a person practicing {}.',
]
```
## MNIST
```bash
classes = [
'0',
'1',
'2',
'3',
'4',
'5',
'6',
'7',
'8',
'9',
]
templates = [
'a photo of the number: "{}".',
]
```
## OxfordPets
```bash
classes = [
'Abyssinian',
'Bengal',
'Birman',
'Bombay',
'British Shorthair',
'Egyptian Mau',
'Maine Coon',
'Persian',
'Ragdoll',
'Russian Blue',
'Siamese',
'Sphynx',
'american bulldog',
'american pit bull terrier',
'basset hound',
'beagle',
'boxer',
'chihuahua',
'english cocker spaniel',
'english setter',
'german shorthaired',
'great pyrenees',
'havanese',
'japanese chin',
'keeshond',
'leonberger',
'miniature pinscher',
'newfoundland',
'pomeranian',
'pug',
'saint bernard',
'samoyed',
'scottish terrier',
'shiba inu',
'staffordshire bull terrier',
'wheaten terrier',
'yorkshire terrier',
]
templates = [
'a photo of a {}, a type of pet.',
]
```
## PascalVOC2007
```bash
classes = [
'aeroplane',
'bicycle',
'bird',
'boat',
'bottle',
'bus',
'car',
'cat',
'chair',
'cow',
'dog',
'horse',
'motorbike',
'person',
'sheep',
'sofa',
'diningtable',
'pottedplant',
'train',
'tvmonitor',
]
templates = [
'a photo of a {}.',
]
```
## PatchCamelyon
```bash
classes = [
'lymph node',
'lymph node containing metastatic tumor tissue',
]
templates = [
'this is a photo of {}',
]
```
## RESISC45
```bash
classes = [
'airplane',
'airport',
'baseball diamond',
'basketball court',
'beach',
'bridge',
'chaparral',
'church',
'circular farmland',
'cloud',
'commercial area',
'dense residential',
'desert',
'forest',
'freeway',
'golf course',
'ground track field',
'harbor',
'industrial area',
'intersection',
'island',
'lake',
'meadow',
'medium residential',
'mobile home park',
'mountain',
'overpass',
'palace',
'parking lot',
'railway',
'railway station',
'rectangular farmland',
'river',
'roundabout',
'runway',
'sea ice',
'ship',
'snowberg',
'sparse residential',
'stadium',
'storage tank',
'tennis court',
'terrace',
'thermal power station',
'wetland',
]
templates = [
'satellite imagery of {}.',
'aerial imagery of {}.',
'satellite photo of {}.',
'aerial photo of {}.',
'satellite view of {}.',
'aerial view of {}.',
'satellite imagery of a {}.',
'aerial imagery of a {}.',
'satellite photo of a {}.',
'aerial photo of a {}.',
'satellite view of a {}.',
'aerial view of a {}.',
'satellite imagery of the {}.',
'aerial imagery of the {}.',
'satellite photo of the {}.',
'aerial photo of the {}.',
'satellite view of the {}.',
'aerial view of the {}.',
]
```
## SST2
```bash
classes = [
'negative',
'positive',
]
templates = [
'a {} review of a movie.',
]
```
## STL10
```bash
classes = [
'airplane',
'bird',
'car',
'cat',
'deer',
'dog',
'horse',
'monkey',
'ship',
'truck',
]
templates = [
'a photo of a {}.',
'a photo of the {}.',
]
```
## SUN397
```bash
classes = [
'abbey',
'airplane cabin',
'airport terminal',
'alley',
'amphitheater',
'amusement arcade',
'amusement park',
'anechoic chamber',
'apartment building outdoor',
'apse indoor',
'aquarium',
'aqueduct',
'arch',
'archive',
'arrival gate outdoor',
'art gallery',
'art school',
'art studio',
'assembly line',
'athletic field outdoor',
'atrium public',
'attic',
'auditorium',
'auto factory',
'badlands',
'badminton court indoor',
'baggage claim',
'bakery shop',
'balcony exterior',
'balcony interior',
'ball pit',
'ballroom',
'bamboo forest',
'banquet hall',
'bar',
'barn',
'barndoor',
'baseball field',
'basement',
'basilica',
'basketball court outdoor',
'bathroom',
'batters box',
'bayou',
'bazaar indoor',
'bazaar outdoor',
'beach',
'beauty salon',
'bedroom',
'berth',
'biology laboratory',
'bistro indoor',
'boardwalk',
'boat deck',
'boathouse',
'bookstore',
'booth indoor',
'botanical garden',
'bow window indoor',
'bow window outdoor',
'bowling alley',
'boxing ring',
'brewery indoor',
'bridge',
'building facade',
'bullring',
'burial chamber',
'bus interior',
'butchers shop',
'butte',
'cabin outdoor',
'cafeteria',
'campsite',
'campus',
'canal natural',
'canal urban',
'candy store',
'canyon',
'car interior backseat',
'car interior frontseat',
'carrousel',
'casino indoor',
'castle',
'catacomb',
'cathedral indoor',
'cathedral outdoor',
'cavern indoor',
'cemetery',
'chalet',
'cheese factory',
'chemistry lab',
'chicken coop indoor',
'chicken coop outdoor',
'childs room',
'church indoor',
'church outdoor',
'classroom',
'clean room',
'cliff',
'cloister indoor',
'closet',
'clothing store',
'coast',
'cockpit',
'coffee shop',
'computer room',
'conference center',
'conference room',
'construction site',
'control room',
'control tower outdoor',
'corn field',
'corral',
'corridor',
'cottage garden',
'courthouse',
'courtroom',
'courtyard',
'covered bridge exterior',
'creek',
'crevasse',
'crosswalk',
'cubicle office',
'dam',
'delicatessen',
'dentists office',
'desert sand',
'desert vegetation',
'diner indoor',
'diner outdoor',
'dinette home',
'dinette vehicle',
'dining car',
'dining room',
'discotheque',
'dock',
'doorway outdoor',
'dorm room',
'driveway',
'driving range outdoor',
'drugstore',
'electrical substation',
'elevator door',
'elevator interior',
'elevator shaft',
'engine room',
'escalator indoor',
'excavation',
'factory indoor',
'fairway',
'fastfood restaurant',
'field cultivated',
'field wild',
'fire escape',
'fire station',
'firing range indoor',
'fishpond',
'florist shop indoor',
'food court',
'forest broadleaf',
'forest needleleaf',
'forest path',
'forest road',
'formal garden',
'fountain',
'galley',
'game room',
'garage indoor',
'garbage dump',
'gas station',
'gazebo exterior',
'general store indoor',
'general store outdoor',
'gift shop',
'golf course',
'greenhouse indoor',
'greenhouse outdoor',
'gymnasium indoor',
'hangar indoor',
'hangar outdoor',
'harbor',
'hayfield',
'heliport',
'herb garden',
'highway',
'hill',
'home office',
'hospital',
'hospital room',
'hot spring',
'hot tub outdoor',
'hotel outdoor',
'hotel room',
'house',
'hunting lodge outdoor',
'ice cream parlor',
'ice floe',
'ice shelf',
'ice skating rink indoor',
'ice skating rink outdoor',
'iceberg',
'igloo',
'industrial area',
'inn outdoor',
'islet',
'jacuzzi indoor',
'jail cell',
'jail indoor',
'jewelry shop',
'kasbah',
'kennel indoor',
'kennel outdoor',
'kindergarden classroom',
'kitchen',
'kitchenette',
'labyrinth outdoor',
'lake natural',
'landfill',
'landing deck',
'laundromat',
'lecture room',
'library indoor',
'library outdoor',
'lido deck outdoor',
'lift bridge',
'lighthouse',
'limousine interior',
'living room',
'lobby',
'lock chamber',
'locker room',
'mansion',
'manufactured home',
'market indoor',
'market outdoor',
'marsh',
'martial arts gym',
'mausoleum',
'medina',
'moat water',
'monastery outdoor',
'mosque indoor',
'mosque outdoor',
'motel',
'mountain',
'mountain snowy',
'movie theater indoor',
'museum indoor',
'music store',
'music studio',
'nuclear power plant outdoor',
'nursery',
'oast house',
'observatory outdoor',
'ocean',
'office',
'office building',
'oil refinery outdoor',
'oilrig',
'operating room',
'orchard',
'outhouse outdoor',
'pagoda',
'palace',
'pantry',
'park',
'parking garage indoor',
'parking garage outdoor',
'parking lot',
'parlor',
'pasture',
'patio',
'pavilion',
'pharmacy',
'phone booth',
'physics laboratory',
'picnic area',
'pilothouse indoor',
'planetarium outdoor',
'playground',
'playroom',
'plaza',
'podium indoor',
'podium outdoor',
'pond',
'poolroom establishment',
'poolroom home',
'power plant outdoor',
'promenade deck',
'pub indoor',
'pulpit',
'putting green',
'racecourse',
'raceway',
'raft',
'railroad track',
'rainforest',
'reception',
'recreation room',
'residential neighborhood',
'restaurant',
'restaurant kitchen',
'restaurant patio',
'rice paddy',
'riding arena',
'river',
'rock arch',
'rope bridge',
'ruin',
'runway',
'sandbar',
'sandbox',
'sauna',
'schoolhouse',
'sea cliff',
'server room',
'shed',
'shoe shop',
'shopfront',
'shopping mall indoor',
'shower',
'skatepark',
'ski lodge',
'ski resort',
'ski slope',
'sky',
'skyscraper',
'slum',
'snowfield',
'squash court',
'stable',
'stadium baseball',
'stadium football',
'stage indoor',
'staircase',
'street',
'subway interior',
'subway station platform',
'supermarket',
'sushi bar',
'swamp',
'swimming pool indoor',
'swimming pool outdoor',
'synagogue indoor',
'synagogue outdoor',
'television studio',
'temple east asia',
'temple south asia',
'tennis court indoor',
'tennis court outdoor',
'tent outdoor',
'theater indoor procenium',
'theater indoor seats',
'thriftshop',
'throne room',
'ticket booth',
'toll plaza',
'topiary garden',
'tower',
'toyshop',
'track outdoor',
'train railway',
'train station platform',
'tree farm',
'tree house',
'trench',
'underwater coral reef',
'utility room',
'valley',
'van interior',
'vegetable garden',
'veranda',
'veterinarians office',
'viaduct',
'videostore',
'village',
'vineyard',
'volcano',
'volleyball court indoor',
'volleyball court outdoor',
'waiting room',
'warehouse indoor',
'water tower',
'waterfall block',
'waterfall fan',
'waterfall plunge',
'watering hole',
'wave',
'wet bar',
'wheat field',
'wind farm',
'windmill',
'wine cellar barrel storage',
'wine cellar bottle storage',
'wrestling ring indoor',
'yard',
'youth hostel',
]
templates = [
'a photo of a {}.',
'a photo of the {}.',
]
```
## StanfordCars
```bash
classes = [
'AM General Hummer SUV 2000',
'Acura RL Sedan 2012',
'Acura TL Sedan 2012',
'Acura TL Type-S 2008',
'Acura TSX Sedan 2012',
'Acura Integra Type R 2001',
'Acura ZDX Hatchback 2012',
'Aston Martin V8 Vantage Convertible 2012',
'Aston Martin V8 Vantage Coupe 2012',
'Aston Martin Virage Convertible 2012',
'Aston Martin Virage Coupe 2012',
'Audi RS 4 Convertible 2008',
'Audi A5 Coupe 2012',
'Audi TTS Coupe 2012',
'Audi R8 Coupe 2012',
'Audi V8 Sedan 1994',
'Audi 100 Sedan 1994',
'Audi 100 Wagon 1994',
'Audi TT Hatchback 2011',
'Audi S6 Sedan 2011',
'Audi S5 Convertible 2012',
'Audi S5 Coupe 2012',
'Audi S4 Sedan 2012',
'Audi S4 Sedan 2007',
'Audi TT RS Coupe 2012',
'BMW ActiveHybrid 5 Sedan 2012',
'BMW 1 Series Convertible 2012',
'BMW 1 Series Coupe 2012',
'BMW 3 Series Sedan 2012',
'BMW 3 Series Wagon 2012',
'BMW 6 Series Convertible 2007',
'BMW X5 SUV 2007',
'BMW X6 SUV 2012',
'BMW M3 Coupe 2012',
'BMW M5 Sedan 2010',
'BMW M6 Convertible 2010',
'BMW X3 SUV 2012',
'BMW Z4 Convertible 2012',
'Bentley Continental Supersports Conv. Convertible 2012',
'Bentley Arnage Sedan 2009',
'Bentley Mulsanne Sedan 2011',
'Bentley Continental GT Coupe 2012',
'Bentley Continental GT Coupe 2007',
'Bentley Continental Flying Spur Sedan 2007',
'Bugatti Veyron 16.4 Convertible 2009',
'Bugatti Veyron 16.4 Coupe 2009',
'Buick Regal GS 2012',
'Buick Rainier SUV 2007',
'Buick Verano Sedan 2012',
'Buick Enclave SUV 2012',
'Cadillac CTS-V Sedan 2012',
'Cadillac SRX SUV 2012',
'Cadillac Escalade EXT Crew Cab 2007',
'Chevrolet Silverado 1500 Hybrid Crew Cab 2012',
'Chevrolet Corvette Convertible 2012',
'Chevrolet Corvette ZR1 2012',
'Chevrolet Corvette Ron Fellows Edition Z06 2007',
'Chevrolet Traverse SUV 2012',
'Chevrolet Camaro Convertible 2012',
'Chevrolet HHR SS 2010',
'Chevrolet Impala Sedan 2007',
'Chevrolet Tahoe Hybrid SUV 2012',
'Chevrolet Sonic Sedan 2012',
'Chevrolet Express Cargo Van 2007',
'Chevrolet Avalanche Crew Cab 2012',
'Chevrolet Cobalt SS 2010',
'Chevrolet Malibu Hybrid Sedan 2010',
'Chevrolet TrailBlazer SS 2009',
'Chevrolet Silverado 2500HD Regular Cab 2012',
'Chevrolet Silverado 1500 Classic Extended Cab 2007',
'Chevrolet Express Van 2007',
'Chevrolet Monte Carlo Coupe 2007',
'Chevrolet Malibu Sedan 2007',
'Chevrolet Silverado 1500 Extended Cab 2012',
'Chevrolet Silverado 1500 Regular Cab 2012',
'Chrysler Aspen SUV 2009',
'Chrysler Sebring Convertible 2010',
'Chrysler Town and Country Minivan 2012',
'Chrysler 300 SRT-8 2010',
'Chrysler Crossfire Convertible 2008',
'Chrysler PT Cruiser Convertible 2008',
'Daewoo Nubira Wagon 2002',
'Dodge Caliber Wagon 2012',
'Dodge Caliber Wagon 2007',
'Dodge Caravan Minivan 1997',
'Dodge Ram Pickup 3500 Crew Cab 2010',
'Dodge Ram Pickup 3500 Quad Cab 2009',
'Dodge Sprinter Cargo Van 2009',
'Dodge Journey SUV 2012',
'Dodge Dakota Crew Cab 2010',
'Dodge Dakota Club Cab 2007',
'Dodge Magnum Wagon 2008',
'Dodge Challenger SRT8 2011',
'Dodge Durango SUV 2012',
'Dodge Durango SUV 2007',
'Dodge Charger Sedan 2012',
'Dodge Charger SRT-8 2009',
'Eagle Talon Hatchback 1998',
'FIAT 500 Abarth 2012',
'FIAT 500 Convertible 2012',
'Ferrari FF Coupe 2012',
'Ferrari California Convertible 2012',
'Ferrari 458 Italia Convertible 2012',
'Ferrari 458 Italia Coupe 2012',
'Fisker Karma Sedan 2012',
'Ford F-450 Super Duty Crew Cab 2012',
'Ford Mustang Convertible 2007',
'Ford Freestar Minivan 2007',
'Ford Expedition EL SUV 2009',
'Ford Edge SUV 2012',
'Ford Ranger SuperCab 2011',
'Ford GT Coupe 2006',
'Ford F-150 Regular Cab 2012',
'Ford F-150 Regular Cab 2007',
'Ford Focus Sedan 2007',
'Ford E-Series Wagon Van 2012',
'Ford Fiesta Sedan 2012',
'GMC Terrain SUV 2012',
'GMC Savana Van 2012',
'GMC Yukon Hybrid SUV 2012',
'GMC Acadia SUV 2012',
'GMC Canyon Extended Cab 2012',
'Geo Metro Convertible 1993',
'HUMMER H3T Crew Cab 2010',
'HUMMER H2 SUT Crew Cab 2009',
'Honda Odyssey Minivan 2012',
'Honda Odyssey Minivan 2007',
'Honda Accord Coupe 2012',
'Honda Accord Sedan 2012',
'Hyundai Veloster Hatchback 2012',
'Hyundai Santa Fe SUV 2012',
'Hyundai Tucson SUV 2012',
'Hyundai Veracruz SUV 2012',
'Hyundai Sonata Hybrid Sedan 2012',
'Hyundai Elantra Sedan 2007',
'Hyundai Accent Sedan 2012',
'Hyundai Genesis Sedan 2012',
'Hyundai Sonata Sedan 2012',
'Hyundai Elantra Touring Hatchback 2012',
'Hyundai Azera Sedan 2012',
'Infiniti G Coupe IPL 2012',
'Infiniti QX56 SUV 2011',
'Isuzu Ascender SUV 2008',
'Jaguar XK XKR 2012',
'Jeep Patriot SUV 2012',
'Jeep Wrangler SUV 2012',
'Jeep Liberty SUV 2012',
'Jeep Grand Cherokee SUV 2012',
'Jeep Compass SUV 2012',
'Lamborghini Reventon Coupe 2008',
'Lamborghini Aventador Coupe 2012',
'Lamborghini Gallardo LP 570-4 Superleggera 2012',
'Lamborghini Diablo Coupe 2001',
'Land Rover Range Rover SUV 2012',
'Land Rover LR2 SUV 2012',
'Lincoln Town Car Sedan 2011',
'MINI Cooper Roadster Convertible 2012',
'Maybach Landaulet Convertible 2012',
'Mazda Tribute SUV 2011',
'McLaren MP4-12C Coupe 2012',
'Mercedes-Benz 300-Class Convertible 1993',
'Mercedes-Benz C-Class Sedan 2012',
'Mercedes-Benz SL-Class Coupe 2009',
'Mercedes-Benz E-Class Sedan 2012',
'Mercedes-Benz S-Class Sedan 2012',
'Mercedes-Benz Sprinter Van 2012',
'Mitsubishi Lancer Sedan 2012',
'Nissan Leaf Hatchback 2012',
'Nissan NV Passenger Van 2012',
'Nissan Juke Hatchback 2012',
'Nissan 240SX Coupe 1998',
'Plymouth Neon Coupe 1999',
'Porsche Panamera Sedan 2012',
'Ram C/V Cargo Van Minivan 2012',
'Rolls-Royce Phantom Drophead Coupe Convertible 2012',
'Rolls-Royce Ghost Sedan 2012',
'Rolls-Royce Phantom Sedan 2012',
'Scion xD Hatchback 2012',
'Spyker C8 Convertible 2009',
'Spyker C8 Coupe 2009',
'Suzuki Aerio Sedan 2007',
'Suzuki Kizashi Sedan 2012',
'Suzuki SX4 Hatchback 2012',
'Suzuki SX4 Sedan 2012',
'Tesla Model S Sedan 2012',
'Toyota Sequoia SUV 2012',
'Toyota Camry Sedan 2012',
'Toyota Corolla Sedan 2012',
'Toyota 4Runner SUV 2012',
'Volkswagen Golf Hatchback 2012',
'Volkswagen Golf Hatchback 1991',
'Volkswagen Beetle Hatchback 2012',
'Volvo C30 Hatchback 2012',
'Volvo 240 Sedan 1993',
'Volvo XC90 SUV 2007',
'smart fortwo Convertible 2012',
]
templates = [
'a photo of a {}.',
'a photo of the {}.',
'a photo of my {}.',
'i love my {}!',
'a photo of my dirty {}.',
'a photo of my clean {}.',
'a photo of my new {}.',
'a photo of my old {}.',
]
```
## UCF101
```bash
classes = [
'Apply Eye Makeup',
'Apply Lipstick',
'Archery',
'Baby Crawling',
'Balance Beam',
'Band Marching',
'Baseball Pitch',
'Basketball',
'Basketball Dunk',
'Bench Press',
'Biking',
'Billiards',
'Blow Dry Hair',
'Blowing Candles',
'Body Weight Squats',
'Bowling',
'Boxing Punching Bag',
'Boxing Speed Bag',
'Breast Stroke',
'Brushing Teeth',
'Clean And Jerk',
'Cliff Diving',
'Cricket Bowling',
'Cricket Shot',
'Cutting In Kitchen',
'Diving',
'Drumming',
'Fencing',
'Field Hockey Penalty',
'Floor Gymnastics',
'Frisbee Catch',
'Front Crawl',
'Golf Swing',
'Haircut',
'Hammer Throw',
'Hammering',
'Hand Stand Pushups',
'Handstand Walking',
'Head Massage',
'High Jump',
'Horse Race',
'Horse Riding',
'Hula Hoop',
'Ice Dancing',
'Javelin Throw',
'Juggling Balls',
'Jump Rope',
'Jumping Jack',
'Kayaking',
'Knitting',
'Long Jump',
'Lunges',
'Military Parade',
'Mixing',
'Mopping Floor',
'Nunchucks',
'Parallel Bars',
'Pizza Tossing',
'Playing Cello',
'Playing Daf',
'Playing Dhol',
'Playing Flute',
'Playing Guitar',
'Playing Piano',
'Playing Sitar',
'Playing Tabla',
'Playing Violin',
'Pole Vault',
'Pommel Horse',
'Pull Ups',
'Punch',
'Push Ups',
'Rafting',
'Rock Climbing Indoor',
'Rope Climbing',
'Rowing',
'Salsa Spin',
'Shaving Beard',
'Shotput',
'Skate Boarding',
'Skiing',
'Skijet',
'Sky Diving',
'Soccer Juggling',
'Soccer Penalty',
'Still Rings',
'Sumo Wrestling',
'Surfing',
'Swing',
'Table Tennis Shot',
'Tai Chi',
'Tennis Swing',
'Throw Discus',
'Trampoline Jumping',
'Typing',
'Uneven Bars',
'Volleyball Spiking',
'Walking With Dog',
'Wall Pushups',
'Writing On Board',
'Yo Yo',
]
templates = [
'a photo of a person {}.',
'a video of a person {}.',
'a example of a person {}.',
'a demonstration of a person {}.',
'a photo of the person {}.',
'a video of the person {}.',
'a example of the person {}.',
'a demonstration of the person {}.',
'a photo of a person using {}.',
'a video of a person using {}.',
'a example of a person using {}.',
'a demonstration of a person using {}.',
'a photo of the person using {}.',
'a video of the person using {}.',
'a example of the person using {}.',
'a demonstration of the person using {}.',
'a photo of a person doing {}.',
'a video of a person doing {}.',
'a example of a person doing {}.',
'a demonstration of a person doing {}.',
'a photo of the person doing {}.',
'a video of the person doing {}.',
'a example of the person doing {}.',
'a demonstration of the person doing {}.',
'a photo of a person during {}.',
'a video of a person during {}.',
'a example of a person during {}.',
'a demonstration of a person during {}.',
'a photo of the person during {}.',
'a video of the person during {}.',
'a example of the person during {}.',
'a demonstration of the person during {}.',
'a photo of a person performing {}.',
'a video of a person performing {}.',
'a example of a person performing {}.',
'a demonstration of a person performing {}.',
'a photo of the person performing {}.',
'a video of the person performing {}.',
'a example of the person performing {}.',
'a demonstration of the person performing {}.',
'a photo of a person practicing {}.',
'a video of a person practicing {}.',
'a example of a person practicing {}.',
'a demonstration of a person practicing {}.',
'a photo of the person practicing {}.',
'a video of the person practicing {}.',
'a example of the person practicing {}.',
'a demonstration of the person practicing {}.',
]
```
|