File size: 830 Bytes
bf659f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc
dataset_info:
  features:
  - name: path
    dtype: string
  - name: img_url
    dtype: string
  - name: page_url
    dtype: string
  - name: genres
    dtype: string
  - name: styles
    dtype: string
  - name: artist
    dtype: string
  - name: license
    dtype: string
  - name: title
    dtype: string
  - name: train_split
    dtype: bool
  - name: __index_level_0__
    dtype: int64
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 966112227.685
    num_examples: 73415
  - name: test
    num_bytes: 267382878.964
    num_examples: 18167
  download_size: 1294560831
  dataset_size: 1233495106.649
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
tags:
- art
pretty_name: WikiArt Repository for ArtSavant
---