File size: 3,839 Bytes
29c21ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
annotations_creators:
- found
language:
- en
license:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: Itaku.ee Art Platform Dataset
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- image-to-text
- text-to-image
tags:
- images
configs:
  - config_name: default
    data_files:
      - split: train
        path:
          - 'itaku.jsonl.zst'
    default: true
---

# Dataset Card for Itaku.ee
### Dataset Summary
This dataset contains metadata for 924,723 artwork posts from Itaku.ee, an art-sharing and commissioning platform. The total uncompressed size of the original media files (not included in dataset) is 1,900,129.40 MB. The dataset includes only metadata such as titles, descriptions, tags, and other post information.

### Languages
The dataset is primarily in English (en), with titles, descriptions and tags in English.

## Dataset Structure
### Data Fields
This dataset includes the following fields:
- `id`: Unique identifier for the post (integer)
- `liked_by_you`: Whether post is liked by user (boolean)
- `num_likes`: Number of likes on post (integer)
- `too_mature`: Maturity flag (boolean) 
- `blacklisted`: Object containing:
  - `is_blacklisted`: Blacklist status (boolean)
  - `blacklisted_tags`: Array of blacklisted tags
- `bookmarked_by_you`: Whether post is bookmarked by user (boolean)
- `owner_avatar`: URL to creator's avatar (string)
- `already_pinned`: Pin status (null/boolean)
- `reshared_by_you`: Whether post is reshared by user (boolean)
- `can_reshare`: Whether post can be reshared (boolean)
- `num_reshares`: Number of reshares (integer)
- `owner_displayname`: Creator's display name (string)
- `owner_username`: Creator's username (string)
- `sections`: Array of section objects containing:
  - `id`: Section ID (integer)
  - `num_images`: Number of images in section (integer)
  - `group`: Object with section group info:
    - `id`: Group ID (integer)
    - `title`: Group title (string)
    - `owner`: Owner ID (integer)
  - `title`: Section title (string)
- `uncompressed_filesize`: Size in MB (string)
- `video`: Video data (null if not video)
- `categorized_tags`: Object containing categorized tags:
  - `ARTIST`: Array of artist tag objects
  - `SPECIES`: Array of species tag objects
  - `GENERAL`: Array of general tag objects
- `tags`: Array of all tag objects containing:
  - `id`: Tag ID (integer)
  - `name`: Tag name (string)
  - `num_objects`: Usage count (integer)
  - `synonymous_to`: Related tag (null/integer)
  - `maturity_rating`: Tag maturity level (string)
  - `tag_type`: Category of tag (string)
- `num_comments`: Number of comments (integer)
- `title`: Post title (string)
- `description`: Post description (string)
- `content_warning`: Content warning text (string)
- `image`: URL to main image (string)
- `date_added`: Post creation timestamp (string)
- `date_edited`: Last edit timestamp (null/string)
- `maturity_rating`: Content rating (string)
- `source_image_changed`: Whether source image was changed (boolean)
- `visibility`: Post visibility setting (string)
- `hotness_score`: Popularity score (float)
- `animated`: Whether post is animated (boolean)
- `storage`: Storage location (string)
- `owner`: Owner ID (integer)
- `obj_tags`: Object tags ID (integer)
- `image_xl`: URL to extra large image (string)

### Data Splits
All examples are in a single split.

## Additional Information
### License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects
* Modify it however you like
* Distribute it without asking permission
No attribution is required, but it's always appreciated!
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

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