openclipart / README.md
kawwaaa's picture
Duplicate from nyuuzyou/openclipart
df38e5e
metadata
pretty_name: OpenClipart.org SVG Images
size_categories:
  - 100K<n<1M
task_categories:
  - image-classification
  - zero-shot-image-classification
  - text-to-image
annotations_creators:
  - found
language:
  - en
multilinguality:
  - monolingual
source_datasets:
  - original
configs:
  - config_name: default
    data_files:
      - split: train
        path: openclipart_*.jsonl.zst
    default: true
tags:
  - image
  - clipart
  - svg
  - vector
  - text
license: cc0-1.0

Dataset Card for OpenClipart.org SVG Images

Dataset Summary

This dataset contains 178,604 public domain SVG vector clipart images collected from OpenClipart.org. OpenClipart.org is a community-driven platform where artists share vector clip art explicitly released into the public domain (CC0). The dataset includes the SVG content along with comprehensive metadata such as titles, descriptions, artist names, creation dates, tags, and image URLs. The SVG files in this dataset have been minified using tdewolff/minify to reduce file size while preserving visual representation.

Languages

The dataset is primarily monolingual:

  • English (en): Image titles, descriptions, and tags are predominantly in English.

Dataset Structure

Data Files

The dataset consists of:

  • Multiple compressed JSONL files (e.g., openclipart_00.jsonl.zst, openclipart_01.jsonl.zst, etc.), each containing approximately 10,000 entries. These files are compressed using zstd compression.

Data Fields

Each entry in the JSONL files contains the following fields:

  • title: The title given to the image.
  • description: A text description of the image, sometimes containing HTML formatting.
  • artist_name: The username of the artist who created and uploaded the image.
  • date_created: The timestamp when the image was created/uploaded in ISO format.
  • page_url: The original webpage URL of the clipart on OpenClipart.org.
  • tags: An array of strings representing tags associated with the image.
  • image_urls: An object containing various format URLs:
    • svg: Direct link to the SVG file.
    • png_small: Link to 400px PNG version.
    • png_medium: Link to 800px PNG version.
    • png_large: Link to 2000px PNG version.
    • pdf: Link to PDF version.
  • thumbnail_url: URL for the image thumbnail.
  • license: The license type (CC0).
  • svg_content: The actual SVG XML content of the vector graphic.

Data Splits

The dataset contains a single split:

Split Description Number of Examples
train SVG clipart images and metadata 178,604

Total dataset size: 178,604 entries

Additional Information

Licensing Information

All assets in this dataset are derived from OpenClipart.org, which releases all content under the Creative Commons Zero (CC0) 1.0 Universal Public Domain Dedication. This means the clipart may be freely used for any purpose, including commercial applications, without attribution requirements.

Full license text: https://creativecommons.org/publicdomain/zero/1.0/