Upload folder using huggingface_hub
Browse files- README.md +79 -0
- files.zip +3 -0
- paintberri.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: Paintberri Art Platform Dataset
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- image-classification
|
17 |
+
configs:
|
18 |
+
- config_name: metadata
|
19 |
+
data_files:
|
20 |
+
- split: metadata
|
21 |
+
path:
|
22 |
+
- 'paintberri.jsonl.zst'
|
23 |
+
default: true
|
24 |
+
- config_name: images
|
25 |
+
data_files:
|
26 |
+
- split: images
|
27 |
+
path:
|
28 |
+
- 'files.zip'
|
29 |
+
---
|
30 |
+
|
31 |
+
# Dataset Card for Paintberri
|
32 |
+
|
33 |
+
### Dataset Summary
|
34 |
+
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.
|
35 |
+
|
36 |
+
### Languages
|
37 |
+
English only, including all titles, descriptions and metadata.
|
38 |
+
|
39 |
+
## Dataset Structure
|
40 |
+
|
41 |
+
### Data Fields
|
42 |
+
- `_id`: Unique identifier (string)
|
43 |
+
- `creator`: Object containing:
|
44 |
+
- `_id`: Creator ID (string)
|
45 |
+
- `username`: Username (string)
|
46 |
+
- `avatar`: Avatar URL (string)
|
47 |
+
- `creatorname`: Username of creator (string)
|
48 |
+
- `height`: Image height in pixels (integer)
|
49 |
+
- `width`: Image width in pixels (integer)
|
50 |
+
- `image`: Full image URL (string)
|
51 |
+
- `pageviews`: Number of views (integer)
|
52 |
+
- `fav_count`: Number of favorites (integer)
|
53 |
+
- `comment_count`: Number of comments (integer)
|
54 |
+
- `last_active`: Last activity timestamp (string)
|
55 |
+
- `published`: Publication timestamp (string)
|
56 |
+
- `modified`: Last modified timestamp (string)
|
57 |
+
- `description`: Artwork description (string)
|
58 |
+
- `title`: Artwork title (string)
|
59 |
+
- `is_nsfw`: NSFW content flag (boolean)
|
60 |
+
- `thumbnail`: Thumbnail image URL (string)
|
61 |
+
- `slug`: URL slug (string)
|
62 |
+
|
63 |
+
### Data Splits
|
64 |
+
The dataset is split into:
|
65 |
+
- Metadata: JSONL file containing 60,224 artwork metadata entries (default)
|
66 |
+
- Images: ZIP archive containing the artwork files from `image` URLs
|
67 |
+
|
68 |
+
## Additional Information
|
69 |
+
|
70 |
+
### License
|
71 |
+
Creative Commons Zero (CC0) license. Users can:
|
72 |
+
* Use for any purpose
|
73 |
+
* Modify and distribute freely
|
74 |
+
* No attribution required
|
75 |
+
|
76 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
77 |
+
|
78 |
+
### Dataset Curators
|
79 |
+
- [nyuuzyou](https://ducks.party)
|
files.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a5c37b793eb17441cf53583672e16e324f344b4dd35b259f924479202f44b44
|
3 |
+
size 16279461868
|
paintberri.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c655af890522d3f6f8d466d3fafdd73193f086f77d5a8c4daad3737ff29330e5
|
3 |
+
size 9796665
|