File size: 1,053 Bytes
37891f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Art_Nouveau_Modern
          '1': Baroque
          '2': Color_Field_Painting
          '3': Contemporary_Realism
          '4': Cubism
          '5': Expressionism
          '6': Impressionism
          '7': Minimalism
          '8': Naive_Art_Primitivism
          '9': Northern_Renaissance
          '10': Pointillism
          '11': Pop_Art
          '12': Post_Impressionism
          '13': Realism
          '14': Romanticism
          '15': Symbolism
          '16': Ukiyo_e
  splits:
  - name: train
    num_bytes: 10218874.0
    num_examples: 42
  - name: validation
    num_bytes: 8831868.0
    num_examples: 14
  - name: test
    num_bytes: 1444695.0
    num_examples: 11
  download_size: 20500852
  dataset_size: 20495437.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---