Dataset
Dataset Card for Itaku.ee
Dataset Summary
This dataset contains metadata for 974,521 artwork posts from Itaku.ee, an art-sharing and commissioning platform. 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
Based on the example structure, this dataset includes the following fields:
id
: Unique identifier for the post (integer)too_mature
: Maturity flag (boolean)uncompressed_filesize
: Size in MB (string)tags
: Array of tag objects containing:id
: Tag ID (integer)name
: Tag name (string)maturity_rating
: Tag maturity level (string)tag_type
: Category of tag (string)
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)maturity_rating
: Content rating (string)animated
: Whether post is animated (boolean)image_xl
: URL to extra large image (string)
Data Splits
All examples are in a single split.