--- task_categories: - image-classification --- # AutoTrain Dataset for project: multifamily_v2 ## Dataset Description This dataset has been automatically processed by AutoTrain for project multifamily_v2. ### 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": "<500x333 RGB PIL image>", "target": 33 }, { "image": "<500x667 RGB PIL image>", "target": 11 } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['Balcony-Patio', 'Bathroom', 'Bedroom', 'Bike', 'Building', 'Business Center', 'Business Center Conference Room', 'Closet', 'Clubhouse', 'Clubhouse Dining Room', 'Construction', 'Dining Room', 'Dog Park', 'Fire Pit', 'Fitness Center', 'Floorplan', 'Fountain', 'Green Space', 'Grilling Area', 'Hallway', 'Headshot', 'Home Office', 'Hot Tub', 'Kitchen', 'Laundry Facility', 'Laundry Washer-Dryer', 'Leasing Office', 'Living Room', 'Living Room Fireplace', 'Logo', 'Lounge Area', 'Mail Box', 'Monument Sign', 'Neighborhood', 'Packages', 'Parking', 'Pet Washing', 'Picnic Area', 'Play Park', 'Pool', 'Pool Cabanas', 'Pool Table', 'Private Garage', 'Site-plan', 'Stock Photo', 'Tennis Court', 'View-Aerial', 'room'], 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 | 1748 | | valid | 453 |