Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
key: string
designer: string
season: string
year: int64
category: string
city: null
section: string
width: int64
height: int64
size: int64
aesthetic: double
tags: list<element: string>
child 0, element: string
url: string
filename: string
collection: string
embedding: list<element: halffloat>
child 0, element: halffloat
__index_level_0__: int64
-- schema metadata --
pandas: '{"index_columns": ["__index_level_0__"], "column_indexes": [{"na' + 2124
to
{'key': Value('string'), 'designer': Value('string'), 'season': Value('string'), 'year': Value('int64'), 'category': Value('string'), 'city': Value('string'), 'section': Value('string'), 'width': Value('int64'), 'height': Value('int64'), 'size': Value('int64'), 'aesthetic': Value('float64'), 'tags': List(Value('string')), 'url': Value('string'), 'filename': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1404, in compute_config_parquet_and_info_response
fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 596, in fill_builder_info
num_examples_and_sizes: list[tuple[int, int]] = thread_map(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/tqdm/contrib/concurrent.py", line 69, in thread_map
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/tqdm/contrib/concurrent.py", line 51, in _executor_map
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/tqdm/std.py", line 1169, in __iter__
for obj in iterable:
^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 619, in result_iterator
yield _result_or_cancel(fs.pop())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 317, in _result_or_cancel
return fut.result(timeout)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 468, in retry_validate_get_num_examples_and_size
validate(pf)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 534, in validate
raise TooBigRowGroupsError(
worker.job_runners.config.parquet_and_info.TooBigRowGroupsError: Parquet file has too big row groups. First row group has 502715759 which exceeds the limit of 300000000
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1815, in _prepare_split_single
for _, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 691, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 106, in _generate_tables
yield f"{file_idx}_{batch_idx}", self._cast_table(pa_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 73, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
key: string
designer: string
season: string
year: int64
category: string
city: null
section: string
width: int64
height: int64
size: int64
aesthetic: double
tags: list<element: string>
child 0, element: string
url: string
filename: string
collection: string
embedding: list<element: halffloat>
child 0, element: halffloat
__index_level_0__: int64
-- schema metadata --
pandas: '{"index_columns": ["__index_level_0__"], "column_indexes": [{"na' + 2124
to
{'key': Value('string'), 'designer': Value('string'), 'season': Value('string'), 'year': Value('int64'), 'category': Value('string'), 'city': Value('string'), 'section': Value('string'), 'width': Value('int64'), 'height': Value('int64'), 'size': Value('int64'), 'aesthetic': Value('float64'), 'tags': List(Value('string')), 'url': Value('string'), 'filename': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1427, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 993, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1858, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
key string | designer string | season string | year int64 | category string | city string | section string | width int64 | height int64 | size int64 | aesthetic float64 | tags list | url string | filename string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000000 | Louis Vuitton | Resort | 2,016 | null | null | Collection | 1,366 | 2,048 | 483,749 | 6.51 | [
"Evening Dress",
"Clothing",
"Apparel",
"Fashion",
"Female",
"Person",
"Dress",
"Human",
"Woman",
"Gown",
"Robe"
] | 0000000_Louis Vuitton - Resort 2016 [Collection].jpg | |
0000001 | Preen by Thornton Bregazzi | Fall | 2,004 | Ready-to-Wear | null | Collection | 240 | 360 | 22,795 | 3.46 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Female",
"Person",
"Runway",
"Shorts",
"Sleeve",
"Dress",
"Human"
] | 0000001_Preen by Thornton Bregazzi - Fall 2004 Ready-to-Wear [Collection].jpg | |
0000002 | Zuhair Murad | Spring | 2,016 | Ready-to-Wear | null | Collection | 1,333 | 2,000 | 495,006 | 5.91 | [
"Devon Windsor",
"Evening Dress",
"Clothing",
"Apparel",
"Fashion",
"Female",
"Person",
"Dress",
"Human",
"Gown",
"Robe"
] | 0000002_Zuhair Murad - Spring 2016 Ready-to-Wear [Collection].jpg | |
0000003 | Coach | Fall | 2,017 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 969,248 | 5.46 | [
"Clothing",
"Overcoat",
"Apparel",
"Jacket",
"Sleeve",
"Coat"
] | 0000003_Coach - Fall 2017 Ready-to-Wear [Details].jpg | |
0000004 | Moschino | Resort | 2,016 | null | null | Collection | 1,366 | 2,048 | 523,328 | 4.72 | [
"Stella Maxwell",
"Clothing",
"Footwear",
"Apparel",
"Female",
"Person",
"Human",
"Woman"
] | 0000004_Moschino - Resort 2016 [Collection].jpg | |
0000005 | Alyx | Spring | 2,019 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 654,107 | 5.66 | [
"Adlène Guedioura",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Human",
"Shoe"
] | 0000005_Alyx - Spring 2019 Ready-to-Wear [Collection].jpg | |
0000006 | Dior Men | Fall | 2,014 | Menswear | null | Collection | 1,366 | 2,048 | 391,189 | 6.21 | [
"Clothing",
"Footwear",
"Overcoat",
"Apparel",
"Female",
"Person",
"Runway",
"Tuxedo",
"Human",
"Coat",
"Shoe",
"Suit"
] | 0000006_Dior Men - Fall 2014 Menswear [Collection].jpg | |
0000007 | Chanel | Spring | 1,997 | Couture | null | Collection | 1,996 | 3,000 | 1,079,056 | 5.88 | [
"Clothing",
"Apparel",
"Person",
"Human",
"Hat"
] | 0000007_Chanel - Spring 1997 Couture [Collection].jpg | |
0000008 | Veronica Beard | Fall | 2,018 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 880,208 | 5.8 | [
"Long Sleeve",
"Clothing",
"Overcoat",
"Apparel",
"Female",
"Person",
"Sleeve",
"Human",
"Woman",
"Coat",
"Suit"
] | 0000008_Veronica Beard - Fall 2018 Ready-to-Wear [Collection].jpg | |
0000009 | Hermès | Fall | 2,019 | Ready-to-Wear | null | Details | 2,732 | 4,098 | 1,750,107 | 5.46 | [
"Accessories",
"Accessory",
"Handbag",
"Purse",
"Bag"
] | 0000009_Hermès - Fall 2019 Ready-to-Wear [Details].jpg | |
0000010 | Jean Paul Gaultier | Spring | 2,020 | Couture | null | Collection | 2,732 | 4,098 | 1,229,946 | 4.82 | [
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Human",
"Face"
] | 0000010_Jean Paul Gaultier - Spring 2020 Couture [Collection].jpg | |
0000011 | Christian Dior | Fall | 2,001 | Couture | null | Collection | 240 | 361 | 26,034 | 5.43 | [
"Clothing",
"Lighting",
"Apparel",
"Fashion",
"Female",
"Person",
"Runway",
"Dress",
"Human",
"Woman"
] | 0000011_Christian Dior - Fall 2001 Couture [Collection].jpg | |
0000012 | Prada | Spring | 1,996 | Ready-to-Wear | null | Collection | 2,015 | 3,000 | 898,743 | 4.18 | [
"Clothing",
"Overcoat",
"Apparel",
"Person",
"Sleeve",
"Human",
"Coat"
] | 0000012_Prada - Spring 1996 Ready-to-Wear [Collection].jpg | |
0000013 | Antonio Marras | Resort | 2,012 | null | null | Collection | 683 | 1,024 | 147,161 | 5.36 | [
"Furniture",
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Chair",
"Human",
"Hair"
] | 0000013_Antonio Marras - Resort 2012 [Collection].jpg | |
0000014 | Givenchy | Fall | 2,012 | Ready-to-Wear | null | Collection | 683 | 1,024 | 103,499 | 4.5 | [
"Clothing",
"Apparel",
"Jacket",
"Person",
"Human",
"Coat"
] | 0000014_Givenchy - Fall 2012 Ready-to-Wear [Collection].jpg | |
0000015 | Hermès | Fall | 2,011 | Ready-to-Wear | null | Collection | 683 | 1,024 | 162,377 | 5.26 | [
"Clothing",
"Apparel",
"Costume",
"Fashion",
"Person",
"Human",
"Robe"
] | 0000015_Hermès - Fall 2011 Ready-to-Wear [Collection].jpg | |
0000016 | Kenzo | Spring | 2,020 | Menswear | null | Details | 2,732 | 4,098 | 1,392,524 | 5.17 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Blouse",
"Person",
"Shorts",
"Sleeve",
"Human",
"Skirt"
] | 0000016_Kenzo - Spring 2020 Menswear [Details].jpg | |
0000017 | Marni | Fall | 2,014 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 196,417 | 4.12 | [
"High Heel",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Human",
"Shoe"
] | 0000017_Marni - Fall 2014 Ready-to-Wear [Details].jpg | |
0000018 | Gabriela Hearst | Fall | 2,021 | Ready-to-Wear | null | Details | 2,732 | 4,098 | 1,088,160 | 4.65 | [
"Clothing",
"Apparel",
"Person",
"Dress",
"Human"
] | 0000018_Gabriela Hearst - Fall 2021 Ready-to-Wear [Details].jpg | |
0000019 | Jeremy Scott | Fall | 2,002 | Ready-to-Wear | null | Details | 240 | 360 | 24,174 | 4.28 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Fashion",
"Sleeve",
"Dress",
"Gown",
"Robe"
] | 0000019_Jeremy Scott - Fall 2002 Ready-to-Wear [Details].jpg | |
0000020 | Y-3 | Fall | 2,013 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 311,492 | 4.44 | [
"Clothing",
"Footwear",
"Overcoat",
"Apparel",
"Person",
"Human",
"Coat",
"Shoe"
] | 0000020_Y-3 - Fall 2013 Ready-to-Wear [Collection].jpg | |
0000021 | N.Hoolywood | Fall | 2,012 | Menswear | null | Collection | 683 | 1,024 | 93,154 | 5.28 | [
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human",
"Shoe"
] | 0000021_N.Hoolywood - Fall 2012 Menswear [Collection].jpg | |
0000022 | Valentino | Spring | 2,013 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 333,045 | 5.56 | [
"Long Sleeve",
"Accessories",
"Accessory",
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Human",
"Tie"
] | 0000022_Valentino - Spring 2013 Ready-to-Wear [Details].jpg | |
0000023 | Moschino | Fall | 2,020 | Menswear | null | Collection | 2,732 | 4,098 | 1,967,494 | 5.58 | [
"Train Station",
"Transportation",
"Clothing",
"Footwear",
"Terminal",
"Vehicle",
"Person",
"Human",
"Train",
"Shoe"
] | 0000023_Moschino - Fall 2020 Menswear [Collection].jpg | |
0000024 | Yohji Yamamoto | Spring | 2,005 | Ready-to-Wear | null | Details | 240 | 360 | 22,182 | 4.16 | [
"Undershirt",
"Clothing",
"Apparel",
"Person",
"Human",
"Face",
"Hair"
] | 0000024_Yohji Yamamoto - Spring 2005 Ready-to-Wear [Details].jpg | |
0000025 | Moschino | Fall | 2,009 | Ready-to-Wear | null | Collection | 683 | 1,024 | 172,890 | 4.23 | [
"Accessories",
"Accessory",
"Clothing",
"Apparel",
"Handbag",
"Person",
"Runway",
"Sleeve",
"Human",
"Bag"
] | 0000025_Moschino - Fall 2009 Ready-to-Wear [Collection].jpg | |
0000026 | Emporio Armani | Fall | 2,022 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,449,525 | 5.33 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Person",
"Runway",
"Sleeve",
"Human"
] | 0000026_Emporio Armani - Fall 2022 Ready-to-Wear [Collection].jpg | |
0000027 | ICB | Fall | 2,013 | Ready-to-Wear | null | Collection | 1,365 | 2,048 | 215,462 | 5.33 | [
"Prabal Gurung",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Sleeve",
"Denim",
"Human",
"Jeans",
"Pants",
"Shoe"
] | 0000027_ICB - Fall 2013 Ready-to-Wear [Collection].jpg | |
0000028 | Simkhai | Spring | 2,020 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,525,296 | 4.64 | [
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human"
] | 0000028_Simkhai - Spring 2020 Ready-to-Wear [Collection].jpg | |
0000029 | Isabel Marant | Spring | 2,014 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 286,573 | 4.67 | [
"Evening Dress",
"Long Sleeve",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Sleeve",
"Human",
"Gown",
"Robe"
] | 0000029_Isabel Marant - Spring 2014 Ready-to-Wear [Details].jpg | |
0000030 | Balenciaga | Resort | 2,016 | null | null | Collection | 1,366 | 2,048 | 240,777 | 4.86 | [
"Home Decor",
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Runway",
"Dress",
"Human"
] | 0000030_Balenciaga - Resort 2016 [Collection].jpg | |
0000031 | Miu Miu | Spring | 2,019 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 1,203,884 | 4.74 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human",
"Robe"
] | 0000031_Miu Miu - Spring 2019 Ready-to-Wear [Details].jpg | |
0000032 | Christian Dior | Spring | 2,017 | Ready-to-Wear | null | Front Row | 2,000 | 3,000 | 998,407 | 5.02 | [
"Clothing",
"Apparel",
"Person",
"Human"
] | 0000032_Christian Dior - Spring 2017 Ready-to-Wear [Front Row].jpg | |
0000033 | Veronica Beard | Resort | 2,017 | null | null | Collection | 2,000 | 3,000 | 1,107,505 | 5.76 | [
"Clothing",
"Apparel",
"Fashion",
"Female",
"Person",
"Dress",
"Human",
"Woman",
"Robe"
] | 0000033_Veronica Beard - Resort 2017 [Collection].jpg | |
0000034 | Undercover | Fall | 2,016 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 1,282,390 | 5.44 | [
"Clothing",
"Apparel",
"Fashion",
"Person",
"Human",
"Coat"
] | 0000034_Undercover - Fall 2016 Ready-to-Wear [Collection].jpg | |
0000035 | Dolce & Gabbana | Spring | 2,005 | Menswear | null | Collection | 320 | 480 | 28,291 | 4.55 | [
"Clothing",
"Apparel",
"Jacket",
"Person",
"Denim",
"Human",
"Jeans",
"Pants",
"Coat"
] | 0000035_Dolce & Gabbana - Spring 2005 Menswear [Collection].jpg | |
0000036 | Mugler | Spring | 1,998 | Couture | null | Details | 4,717 | 7,145 | 5,858,331 | 5.78 | [
"Clothing",
"Apparel",
"Corset",
"Person",
"Human",
"Back"
] | 0000036_Mugler - Spring 1998 Couture [Details].jpg | |
0000037 | Yohji Yamamoto | Fall | 2,005 | Ready-to-Wear | null | Collection | 320 | 480 | 28,324 | 5.04 | [
"Clothing",
"Apparel",
"Female",
"Person",
"Runway",
"Sleeve",
"Dress",
"Human",
"Woman",
"Coat"
] | 0000037_Yohji Yamamoto - Fall 2005 Ready-to-Wear [Collection].jpg | |
0000038 | Zegna | Fall | 2,020 | Menswear | null | Collection | 2,732 | 4,098 | 1,306,932 | 5.04 | [
"Clothing",
"Footwear",
"Overcoat",
"Apparel",
"Person",
"Human",
"Coat",
"Shoe"
] | 0000038_Zegna - Fall 2020 Menswear [Collection].jpg | |
0000039 | Jean Paul Gaultier | Spring | 2,012 | Couture | null | Beauty | 683 | 1,024 | 117,825 | 5.7 | [
"Zoë Kravitz",
"Clothing",
"Apparel",
"Costume",
"Person",
"Dress",
"Human"
] | 0000039_Jean Paul Gaultier - Spring 2012 Couture [Beauty].jpg | |
0000040 | Alexander Lewis | Resort | 2,016 | null | null | Collection | 1,366 | 2,048 | 330,029 | 5.02 | [
"Miniskirt",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Human",
"Skirt",
"Shoe"
] | 0000040_Alexander Lewis - Resort 2016 [Collection].jpg | |
0000041 | Chalayan | Spring | 2,014 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 208,894 | 4.79 | [
"Yumi Lambert",
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Helmet",
"Person",
"Runway",
"Human",
"Shoe"
] | 0000041_Chalayan - Spring 2014 Ready-to-Wear [Collection].jpg | |
0000042 | Bespoken | Spring | 2,013 | Menswear | null | Collection | 1,366 | 2,048 | 324,015 | 5.16 | [
"Home Decor",
"Clothing",
"Footwear",
"Overcoat",
"Apparel",
"Blazer",
"Person",
"Human",
"Linen",
"Coat",
"Shoe",
"Suit",
"Man"
] | 0000042_Bespoken - Spring 2013 Menswear [Collection].jpg | |
0000043 | Fendi | Spring | 2,013 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 470,361 | 5.44 | [
"Saskia de Brauw",
"Clothing",
"Apparel",
"Person",
"Human",
"Face"
] | 0000043_Fendi - Spring 2013 Ready-to-Wear [Details].jpg | |
0000044 | Vetements | Fall | 2,021 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 2,858,294 | 4.51 | [
"Accessories",
"Sunglasses",
"Accessory",
"Clothing",
"Outdoors",
"Apparel",
"Rainbow",
"Nature",
"Person",
"Human",
"Sky"
] | 0000044_Vetements - Fall 2021 Ready-to-Wear [Collection].jpg | |
0000045 | Olympia Le-Tan | Fall | 2,013 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 754,649 | 4.46 | [
"Meg Tilly",
"Clothing",
"Apparel",
"Person",
"Human",
"Pants"
] | 0000045_Olympia Le-Tan - Fall 2013 Ready-to-Wear [Collection].jpg | |
0000046 | Ralph Lauren | Fall | 2,006 | Ready-to-Wear | null | Collection | 320 | 480 | 30,950 | 4.18 | [
"Sasha Pivovarova",
"Long Sleeve",
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Human",
"Pants"
] | 0000046_Ralph Lauren - Fall 2006 Ready-to-Wear [Collection].jpg | |
0000047 | Christian Dior | Spring | 2,003 | Ready-to-Wear | null | Details | 2,732 | 4,098 | 1,325,174 | 3.47 | [
"Finger",
"Person",
"Human"
] | 0000047_Christian Dior - Spring 2003 Ready-to-Wear [Details].jpg | |
0000048 | Custo Barcelona | Spring | 2,016 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 825,662 | 4.75 | [
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human",
"Shoe"
] | 0000048_Custo Barcelona - Spring 2016 Ready-to-Wear [Collection].jpg | |
0000049 | Nadya Dzyak | Fall | 2,016 | null | Ukraine | Collection | 2,000 | 3,000 | 1,116,949 | 4.87 | [
"Long Sleeve",
"Clothing",
"Footwear",
"Apparel",
"Female",
"Person",
"Runway",
"Sleeve",
"Dress",
"Human",
"Shoe"
] | 0000049_Nadya Dzyak - Fall 2016 Ukraine [Collection].jpg | |
0000050 | Gucci | Spring | 2,015 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 199,695 | 5.1 | [
"Clothing",
"Apparel",
"Person",
"Human"
] | 0000050_Gucci - Spring 2015 Ready-to-Wear [Details].jpg | |
0000051 | Chaiken | Spring | 2,007 | Ready-to-Wear | null | Collection | 320 | 480 | 23,677 | 4.55 | [
"Siri Tollerød",
"Clothing",
"Apparel",
"Blouse",
"Female",
"Person",
"Shorts",
"Human"
] | 0000051_Chaiken - Spring 2007 Ready-to-Wear [Collection].jpg | |
0000052 | Maison Margiela | Spring | 2,007 | Ready-to-Wear | null | Collection | 2,136 | 3,201 | 741,833 | 5.23 | [
"Clothing",
"Apparel",
"Fashion",
"Female",
"Person",
"Runway",
"Human",
"Pants"
] | 0000052_Maison Margiela - Spring 2007 Ready-to-Wear [Collection].jpg | |
0000053 | Peter Pilotto | Fall | 2,012 | Ready-to-Wear | null | Collection | 683 | 1,024 | 151,882 | 4.75 | [
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human"
] | 0000053_Peter Pilotto - Fall 2012 Ready-to-Wear [Collection].jpg | |
0000054 | Adam Kimmel | Fall | 2,005 | Menswear | null | Collection | 320 | 480 | 15,865 | 4.37 | [
"Clothing",
"Overcoat",
"Apparel",
"Female",
"Person",
"Tuxedo",
"Human",
"Coat",
"Suit",
"Man"
] | 0000054_Adam Kimmel - Fall 2005 Menswear [Collection].jpg | |
0000055 | Elie Saab | Spring | 2,022 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,554,490 | 5.63 | [
"Evening Dress",
"Accessories",
"Accessory",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Dress",
"Human",
"Gown",
"Robe"
] | 0000055_Elie Saab - Spring 2022 Ready-to-Wear [Collection].jpg | |
0000056 | TSE | Fall | 2,007 | Ready-to-Wear | null | Collection | 320 | 480 | 34,896 | 4.41 | [
"Suvi Koponen",
"Long Sleeve",
"Clothing",
"Apparel",
"Female",
"Person",
"Runway",
"Sleeve",
"Dress",
"Human",
"Woman"
] | 0000056_TSE - Fall 2007 Ready-to-Wear [Collection].jpg | |
0000057 | Elizabeth and James | Fall | 2,015 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 632,125 | 4.98 | [
"Long Sleeve",
"Clothing",
"Overcoat",
"Apparel",
"Person",
"Sleeve",
"Dress",
"Human",
"Coat"
] | 0000057_Elizabeth and James - Fall 2015 Ready-to-Wear [Collection].jpg | |
0000058 | Prada | Spring | 2,014 | Ready-to-Wear | null | Beauty | 1,366 | 2,048 | 276,650 | 4.4 | [
"Clothing",
"Apparel",
"Person",
"Human",
"Face"
] | 0000058_Prada - Spring 2014 Ready-to-Wear [Beauty].jpg | |
0000059 | Doo.Ri | Spring | 2,007 | Ready-to-Wear | null | Details | 320 | 480 | 32,071 | 5.2 | [
"Person",
"Human",
"Face"
] | 0000059_Doo.Ri - Spring 2007 Ready-to-Wear [Details].jpg | |
0000060 | OAMC | Spring | 2,017 | Menswear | null | Collection | 2,000 | 3,000 | 482,654 | 5.05 | [
"Military Uniform",
"Clothing",
"Footwear",
"Military",
"Apparel",
"Person",
"Human"
] | 0000060_OAMC - Spring 2017 Menswear [Collection].jpg | |
0000061 | Erdem | Fall | 2,020 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,697,440 | 5.63 | [
"Evening Dress",
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human",
"Skirt",
"Gown",
"Robe",
"Shoe"
] | 0000061_Erdem - Fall 2020 Ready-to-Wear [Collection].jpg | |
0000062 | Celine | Resort | 2,015 | null | null | Collection | 1,366 | 2,048 | 152,640 | 3.66 | [
"Clothing",
"Apparel",
"Person",
"Human"
] | 0000062_Celine - Resort 2015 [Collection].jpg | |
0000063 | Moschino Cheap And Chic | Pre-Fall | 2,011 | null | null | Collection | 683 | 1,024 | 71,594 | 4.97 | [
"Accessories",
"Accessory",
"Clothing",
"Apparel",
"Handbag",
"Female",
"Person",
"Sleeve",
"Human",
"Purse",
"Woman",
"Bag"
] | 0000063_Moschino Cheap And Chic - Pre-Fall 2011 [Collection].jpg | |
0000064 | Thom Browne | Spring | 2,020 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,475,474 | 5.23 | [
"Audience",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Crowd",
"Human"
] | 0000064_Thom Browne - Spring 2020 Ready-to-Wear [Collection].jpg | |
0000065 | Acne Studios | Spring | 2,016 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 779,168 | 5.03 | [
"Evening Dress",
"Long Sleeve",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human",
"Gown",
"Robe"
] | 0000065_Acne Studios - Spring 2016 Ready-to-Wear [Collection].jpg | |
0000066 | Duro Olowu | Fall | 2,016 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 2,183,693 | 5.57 | [
"Clothing",
"Apparel",
"Person",
"Human"
] | 0000066_Duro Olowu - Fall 2016 Ready-to-Wear [Collection].jpg | |
0000067 | Burberry | Pre-Fall | 2,014 | null | null | Collection | 1,366 | 2,048 | 345,760 | 5.21 | [
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Dress",
"Human"
] | 0000067_Burberry - Pre-Fall 2014 [Collection].jpg | |
0000068 | Vivienne Westwood | Fall | 1,996 | Ready-to-Wear | null | Details | 4,735 | 7,208 | 4,721,112 | 5.51 | [
"Long Sleeve",
"Clothing",
"Overcoat",
"Apparel",
"Female",
"Person",
"Sleeve",
"Dress",
"Human",
"Skirt",
"Woman",
"Coat"
] | 0000068_Vivienne Westwood - Fall 1996 Ready-to-Wear [Details].jpg | |
0000069 | Hermès | Spring | 2,017 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 1,257,572 | 5.08 | [
"Accessories",
"Accessory",
"Necklace",
"Jewelry",
"Person",
"Human"
] | 0000069_Hermès - Spring 2017 Ready-to-Wear [Details].jpg | |
0000070 | Christian Dior | Pre-Fall | 2,017 | null | null | Collection | 2,000 | 3,000 | 874,300 | 4.96 | [
"Long Sleeve",
"Clothing",
"Footwear",
"Overcoat",
"Apparel",
"Person",
"Sleeve",
"Human",
"Coat",
"Shoe"
] | 0000070_Christian Dior - Pre-Fall 2017 [Collection].jpg | |
0000071 | Loewe | Fall | 2,018 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 572,853 | 4.3 | [
"Clothing",
"Footwear",
"Apparel",
"Person",
"Human",
"Shoe"
] | 0000071_Loewe - Fall 2018 Ready-to-Wear [Details].jpg | |
0000072 | Karen Walker | Spring | 2,011 | Ready-to-Wear | null | Collection | 683 | 1,024 | 129,763 | 3.64 | [
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Blouse",
"Person",
"Runway",
"Human",
"Shoe"
] | 0000072_Karen Walker - Spring 2011 Ready-to-Wear [Collection].jpg | |
0000073 | Missoni | Fall | 2,014 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 353,567 | 4.8 | [
"Joan Smalls",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human"
] | 0000073_Missoni - Fall 2014 Ready-to-Wear [Collection].jpg | |
0000074 | Tia Adeola | Spring | 2,023 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,053,394 | 5.21 | [
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human",
"Shoe"
] | 0000074_Tia Adeola - Spring 2023 Ready-to-Wear [Collection].jpg | |
0000075 | Erdem | Fall | 2,016 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 825,855 | 3.65 | [
"Ponytail",
"Person",
"Human",
"Hair"
] | 0000075_Erdem - Fall 2016 Ready-to-Wear [Details].jpg | |
0000076 | Barbara Casasola | Fall | 2,016 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 1,385,203 | 4.95 | [
"Clothing",
"Footwear",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human",
"Shoe"
] | 0000076_Barbara Casasola - Fall 2016 Ready-to-Wear [Collection].jpg | |
0000077 | Giorgio Armani | Spring | 2,000 | Ready-to-Wear | null | Collection | 240 | 360 | 24,298 | 4.53 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Blonde",
"Female",
"Person",
"Runway",
"Sleeve",
"Dress",
"Human",
"Woman",
"Teen"
] | 0000077_Giorgio Armani - Spring 2000 Ready-to-Wear [Collection].jpg | |
0000078 | Alexander Wang | Spring | 2,012 | Ready-to-Wear | null | Details | 683 | 1,024 | 88,456 | 3.92 | [
"High Heel",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Human",
"Heel",
"Shoe"
] | 0000078_Alexander Wang - Spring 2012 Ready-to-Wear [Details].jpg | |
0000079 | Christian Lacroix | Spring | 2,002 | Couture | null | Details | 1,648 | 2,464 | 1,010,299 | 4.66 | [
"Clothing",
"Apparel",
"Person",
"Human"
] | 0000079_Christian Lacroix - Spring 2002 Couture [Details].jpg | |
0000080 | Oscar de la Renta | Fall | 2,007 | Ready-to-Wear | null | Details | 320 | 480 | 19,919 | 4.04 | [
"Accessories",
"Accessory",
"Clothing",
"Gemstone",
"Apparel",
"Jewelry",
"Person",
"Human",
"Pants"
] | 0000080_Oscar de la Renta - Fall 2007 Ready-to-Wear [Details].jpg | |
0000081 | Burberry | Spring | 2,011 | Ready-to-Wear | null | Collection | 683 | 1,024 | 116,350 | 4.98 | [
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Sleeve",
"Human"
] | 0000081_Burberry - Spring 2011 Ready-to-Wear [Collection].jpg | |
0000082 | Richard Chai Love | Fall | 2,009 | Ready-to-Wear | null | Collection | 683 | 1,024 | 135,481 | 4.37 | [
"Clothing",
"Overcoat",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human",
"Coat"
] | 0000082_Richard Chai Love - Fall 2009 Ready-to-Wear [Collection].jpg | |
0000083 | Preen by Thornton Bregazzi | Fall | 2,007 | Ready-to-Wear | null | Collection | 320 | 480 | 15,935 | 4.61 | [
"Clothing",
"Apparel",
"Person",
"Human",
"Khaki"
] | 0000083_Preen by Thornton Bregazzi - Fall 2007 Ready-to-Wear [Collection].jpg | |
0000084 | Marc Jacobs | Spring | 2,006 | Ready-to-Wear | null | Details | 320 | 480 | 31,667 | 3.53 | [
"Clothing",
"Footwear",
"Apparel",
"Person",
"Sandal",
"Human"
] | 0000084_Marc Jacobs - Spring 2006 Ready-to-Wear [Details].jpg | |
0000085 | Robert Rodriguez | Spring | 2,017 | Ready-to-Wear | null | Collection | 2,000 | 3,000 | 1,335,957 | 5.25 | [
"Long Sleeve",
"Clothing",
"Overcoat",
"Apparel",
"Female",
"Person",
"Sleeve",
"Human",
"Pants",
"Coat",
"Suit"
] | 0000085_Robert Rodriguez - Spring 2017 Ready-to-Wear [Collection].jpg | |
0000086 | Vanessa Bruno | Spring | 2,020 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 762,906 | 4.65 | [
"Alice Burdeu",
"Clothing",
"Overcoat",
"Apparel",
"Blazer",
"Female",
"Jacket",
"Person",
"Human",
"Coat",
"Suit"
] | 0000086_Vanessa Bruno - Spring 2020 Ready-to-Wear [Collection].jpg | |
0000087 | Moschino | Pre-Fall | 2,021 | null | null | Collection | 2,732 | 4,098 | 1,358,964 | 4.95 | [
"Trench Coat",
"Clothing",
"Overcoat",
"Apparel",
"Person",
"Human",
"Coat"
] | 0000087_Moschino - Pre-Fall 2021 [Collection].jpg | |
0000088 | Band of Outsiders | Fall | 2,015 | Ready-to-Wear | null | Collection | 1,366 | 2,048 | 710,307 | 4.9 | [
"Clothing",
"Footwear",
"Apparel",
"Female",
"Person",
"Sleeve",
"Dress",
"Human",
"Skirt",
"Woman",
"Coat",
"Shoe",
"Suit"
] | 0000088_Band of Outsiders - Fall 2015 Ready-to-Wear [Collection].jpg | |
0000089 | Anna Sui | Spring | 2,012 | Ready-to-Wear | null | Collection | 683 | 1,024 | 96,769 | 5.47 | [
"Lindsey Wixson",
"Evening Dress",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Dress",
"Human",
"Gown",
"Robe",
"Hat"
] | 0000089_Anna Sui - Spring 2012 Ready-to-Wear [Collection].jpg | |
0000090 | Emilio Pucci | Spring | 2,016 | Ready-to-Wear | null | Details | 2,000 | 3,000 | 1,139,450 | 3.77 | [
"Clothing",
"Apparel",
"Blonde",
"Female",
"Person",
"Child",
"Human",
"Woman",
"Girl",
"Skin",
"Teen",
"Kid"
] | 0000090_Emilio Pucci - Spring 2016 Ready-to-Wear [Details].jpg | |
0000091 | N.Hoolywood | Spring | 2,020 | Menswear | null | Collection | 2,732 | 4,098 | 2,012,764 | 5.19 | [
"Binx Walton",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Runway",
"Human",
"Coat"
] | 0000091_N.Hoolywood - Spring 2020 Menswear [Collection].jpg | |
0000092 | Veronique Branquinho | Fall | 2,006 | Ready-to-Wear | null | Collection | 320 | 480 | 44,833 | 5.34 | [
"Danijela Dimitrovska",
"Long Sleeve",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Sleeve",
"Human"
] | 0000092_Veronique Branquinho - Fall 2006 Ready-to-Wear [Collection].jpg | |
0000093 | Schiaparelli | Spring | 2,017 | Couture | null | Details | 2,000 | 3,000 | 784,103 | 5.22 | [
"Female",
"Person",
"Human",
"Face"
] | 0000093_Schiaparelli - Spring 2017 Couture [Details].jpg | |
0000094 | Moschino | Spring | 2,017 | Ready-to-Wear | null | Atmosphere | 3,000 | 2,000 | 570,677 | 6.1 | [
"Leisure Activities",
"Evening Dress",
"Dance Pose",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Human",
"Gown",
"Robe"
] | 0000094_Moschino - Spring 2017 Ready-to-Wear [Atmosphere].jpg | |
0000095 | Billy Reid | Spring | 2,015 | Menswear | null | Collection | 1,366 | 2,048 | 639,030 | 5.21 | [
"Long Sleeve",
"Clothing",
"Apparel",
"Person",
"Sleeve",
"Human"
] | 0000095_Billy Reid - Spring 2015 Menswear [Collection].jpg | |
0000096 | Raf Simons | Fall | 2,010 | Menswear | null | Collection | 683 | 1,024 | 64,281 | 3.79 | [
"Long Sleeve",
"Clothing",
"Footwear",
"Apparel",
"Person",
"Sleeve",
"Human",
"Pants",
"Shoe"
] | 0000096_Raf Simons - Fall 2010 Menswear [Collection].jpg | |
0000097 | Alberta Ferretti Limited Edition | Fall | 2,019 | Couture | null | Collection | 2,732 | 4,098 | 1,108,460 | 6.4 | [
"Evening Dress",
"Clothing",
"Apparel",
"Fashion",
"Female",
"Person",
"Sleeve",
"Dress",
"Human",
"Gown",
"Robe"
] | 0000097_Alberta Ferretti Limited Edition - Fall 2019 Couture [Collection].jpg | |
0000098 | Apiece Apart | Spring | 2,021 | Ready-to-Wear | null | Collection | 2,732 | 4,098 | 1,525,599 | 4.8 | [
"Anais Mali",
"Clothing",
"Apparel",
"Person",
"Dress",
"Human"
] | 0000098_Apiece Apart - Spring 2021 Ready-to-Wear [Collection].jpg | |
0000099 | Chloé | Fall | 2,015 | Ready-to-Wear | null | Details | 1,366 | 2,048 | 234,932 | 5.48 | [
"Pablo Martínez",
"Evening Dress",
"Clothing",
"Apparel",
"Fashion",
"Person",
"Human",
"Gown",
"Robe"
] | 0000099_Chloé - Fall 2015 Ready-to-Wear [Details].jpg |
End of preview.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)
Dataset imported from Internet Archive: https://archive.org/details/VogueRunway_dataset
Scraped from Vogue on 2023-03-31
files:
/VogueRunway_image.npy: CLIP image embeddings generated with clip-retrieval (ViT-B/32 model).
/VogueRunway.parquet: Tabular metadata with columns:key, designer, season, year, city, section, width, height, size, aesthetic, tags, url, filename
- Downloads last month
- 14