File size: 2,154 Bytes
0036489
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
73
74
75
76
77
78
79
80
---
annotations_creators:
- found
language:
- en
license:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: Paintberri Art Platform Dataset
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- image-classification
configs:
  - config_name: metadata
    data_files:
      - split: metadata
        path:
          - 'paintberri.jsonl.zst'
    default: true
  - config_name: images
    data_files:
      - split: images
        path:
          - 'files.zip'
---

# Dataset Card for Paintberri

### Dataset Summary
This dataset contains 60,224 artwork submissions from the Paintberri.com platform, including images and metadata. Content includes artworks created using the platform's built-in browser-based painting tool.

### Languages
English only, including all titles, descriptions and metadata.

## Dataset Structure

### Data Fields
- `_id`: Unique identifier (string)
- `creator`: Object containing:
  - `_id`: Creator ID (string)
  - `username`: Username (string)
  - `avatar`: Avatar URL (string)
- `creatorname`: Username of creator (string)
- `height`: Image height in pixels (integer)
- `width`: Image width in pixels (integer)
- `image`: Full image URL (string)
- `pageviews`: Number of views (integer)
- `fav_count`: Number of favorites (integer)
- `comment_count`: Number of comments (integer)
- `last_active`: Last activity timestamp (string)
- `published`: Publication timestamp (string)
- `modified`: Last modified timestamp (string)
- `description`: Artwork description (string)
- `title`: Artwork title (string)
- `is_nsfw`: NSFW content flag (boolean)
- `thumbnail`: Thumbnail image URL (string)
- `slug`: URL slug (string)

### Data Splits
The dataset is split into:
- Metadata: JSONL file containing 60,224 artwork metadata entries (default)
- Images: ZIP archive containing the artwork files from `image` URLs

## Additional Information

### License
Creative Commons Zero (CC0) license. Users can:
* Use for any purpose
* Modify and distribute freely
* No attribution required

CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

### Dataset Curators
- [nyuuzyou](https://ducks.party)