itaku / README.md
nyuuzyou's picture
Upload folder using huggingface_hub
29c21ce verified
|
raw
history blame
3.84 kB
metadata
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:

Dataset Curators