|
--- |
|
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) |
|
|