Datasets:

Modalities:
Image
Text
Formats:
parquet
File size: 1,564 Bytes
6308a0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: qid
    dtype: string
  - name: title
    dtype: string
  - name: image_url_raw
    dtype: string
  - name: image_filename
    dtype: string
  - name: inception
    dtype: string
  - name: collection
    dtype: string
  - name: collection_qid
    dtype: string
  - name: location
    dtype: string
  - name: location_qid
    dtype: string
  - name: material
    dtype: string
  - name: genre
    dtype: string
  - name: height_cm
    dtype: float64
  - name: width_cm
    dtype: float64
  - name: depicts
    dtype: string
  - name: inventory_number
    dtype: string
  - name: wikidata_url
    dtype: string
  - name: artist
    dtype:
      class_label:
        names:
          '0': Alfred Sisley
          '1': Berthe Morisot
          '2': Camille Pissarro
          '3': Claude Monet
          '4': Eugène Louis Boudin
          '5': Georges Seurat
          '6': Gustave Courbet
          '7': Gustave Loiseau
          '8': Henri-Jean Guillaume Martin
          '9': Isaac Levitan
          '10': Mary Cassatt
          '11': Maurice Prendergast
          '12': Nikolay Bogdanov-Belsky
          '13': Paul Cézanne
          '14': Pierre-Auguste Renoir
          '15': Pyotr Konchalovsky
          '16': Henri de Toulouse-Lautrec
          '17': Édouard Manet
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 5642487527
    num_examples: 6195
  download_size: 5598156098
  dataset_size: 5642487527
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---