File size: 2,416 Bytes
d43ff2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- image-classification

---
# AutoTrain Dataset for project: logo-identifier-v2-short

## Dataset Description

This dataset has been automatically processed by AutoTrain for project logo-identifier-v2-short.

### Languages

The BCP-47 code for the dataset's language is unk.

## Dataset Structure

### Data Instances

A sample from this dataset looks as follows:

```json
[
  {
    "image": "<100x100 RGB PIL image>",
    "target": 98
  },
  {
    "image": "<100x100 RGB PIL image>",
    "target": 3
  }
]
```

### Dataset Fields

The dataset has the following fields (also called "features"):

```json
{
  "image": "Image(decode=True, id=None)",
  "target": "ClassLabel(names=['20thTelevision', '3M', '7Eleven', 'Acer', 'AmericanExpress', 'Amul', 'Anthem', 'ApolloHospitals', 'Apple', 'Armani', 'Asahi', 'Asus', 'Atari', 'Audi', 'Avon', 'Booking', 'Bosch', 'Bridgestone', 'British Airways', 'Budweiser', 'Burberry', 'BurgerKing', 'BuzzFeed', 'Canon', 'CocaColaZero', 'Coleman', 'Coles', 'Converse', 'CornFlakes', 'Corona', 'CostcoWholesale', 'Crayola', 'Credit Agricole', 'Crocs', 'Crunchyroll', 'Ctrip', 'Dropbox', 'Ducati', 'DunkinDonuts', 'Duracell', 'Dyson', 'Ethereum', 'Etsy', 'Excel', 'ExxonMobil', 'FoxNews', 'FreddieMac', 'Fujitsu', 'Goodyear', 'Google', 'Grubhub', 'Gucci', 'Huawei', 'Hudson Bay Company', 'HugoBoss', 'Hulu', 'Hyundai', 'Instagram', 'Intel', 'John Lewis & Partners', 'Johnson&Johnson', 'Kingston', 'LouisVuitton', 'Lowes', 'Lufthansa', 'Lululemon', 'Luxottica', 'MorganStanley', 'Motorola', 'MountainDew', 'Moutai', 'Movistar', 'Msci', 'Muji', 'Nike', 'Nissan', 'Nokia', 'Nvidia', 'Orange', 'Oreo', 'Porsche', 'Power China', 'Prada', 'Pringles', 'Publix', 'Puma', 'Purina', 'PwC', 'Qualcomm', 'Rolex', 'Rolls-Royce', 'RoyalCaribbean', 'Spotify', 'Sprite', 'Starbucks', 'StateBankofIndia', 'StateGrid', 'Subaru', 'Subway', 'SumitomoGroup', 'Suning', 'Supreme', 'Suzuki', 'Toshiba', 'Total SA', 'TotalEnergies', 'Toyota', 'TripAdvisor', 'Twitch', 'Twitter', 'UnitedHealthCare', 'Universal', 'Volkswagen', 'Volvo', 'Wikipedia', 'Wipro', 'Wuliangye', 'Xiaomi', 'Youtube', 'Zoom', 'hennessy', 'iHeartRadio', 'koolAid'], id=None)"
}
```

### Dataset Splits

This dataset is split into a train and validation split. The split sizes are as follow:

| Split name   | Num samples         |
| ------------ | ------------------- |
| train        | 7168 |
| valid        | 1859 |