File size: 1,566 Bytes
6719da2 8e21948 |
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 |
---
dataset_info:
features:
- name: item_id
dtype: int64
- name: image_id
dtype: int64
- name: geo
dtype: string
- name: name
dtype: string
- name: description
dtype: string
- name: category
dtype: int64
- name: category_name
dtype: string
- name: label_source
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 10115532123.24
num_examples: 892803
- name: test
num_bytes: 2531745446.653
num_examples: 223201
download_size: 12362374731
dataset_size: 12647277569.893
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
### This is fork of original dataset converted to `dataset` format with adjusted category names.

GLAMI-1M contains 1.1 million fashion items, 968 thousand unique images and 1 million unique texts. It contains 13 languages, mostly European. And 191 fine-grained categories, for example we have 15 shoe types. It contains high quality annotations from professional curators and it also presents a difficult production industry problem.
Each sample contains an image, country code, name in corresponding language, description, target category and source of the label which can be of multiple types, it can be human or rule-based but most of the samples are human-based labels.
Read more on [GLAMI-1M home page at GitHub](https://github.com/glami/glami-1m) |