Upload folder using huggingface_hub
Browse files- README.md +80 -0
- openclipart_00.jsonl.zst +3 -0
- openclipart_01.jsonl.zst +3 -0
- openclipart_02.jsonl.zst +3 -0
- openclipart_03.jsonl.zst +3 -0
- openclipart_04.jsonl.zst +3 -0
- openclipart_05.jsonl.zst +3 -0
- openclipart_06.jsonl.zst +3 -0
- openclipart_07.jsonl.zst +3 -0
- openclipart_08.jsonl.zst +3 -0
- openclipart_09.jsonl.zst +3 -0
- openclipart_10.jsonl.zst +3 -0
- openclipart_11.jsonl.zst +3 -0
- openclipart_12.jsonl.zst +3 -0
- openclipart_13.jsonl.zst +3 -0
- openclipart_14.jsonl.zst +3 -0
- openclipart_15.jsonl.zst +3 -0
- openclipart_16.jsonl.zst +3 -0
- openclipart_17.jsonl.zst +3 -0
README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: OpenClipart.org SVG Images
|
| 3 |
+
size_categories:
|
| 4 |
+
- 100K<n<1M
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-classification
|
| 7 |
+
- zero-shot-image-classification
|
| 8 |
+
- text-to-image
|
| 9 |
+
annotations_creators:
|
| 10 |
+
- found
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
multilinguality:
|
| 14 |
+
- monolingual
|
| 15 |
+
source_datasets:
|
| 16 |
+
- original
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: "openclipart_*.jsonl.zst"
|
| 22 |
+
default: true
|
| 23 |
+
tags:
|
| 24 |
+
- image
|
| 25 |
+
- clipart
|
| 26 |
+
- svg
|
| 27 |
+
- vector
|
| 28 |
+
- text
|
| 29 |
+
license: cc0-1.0
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# Dataset Card for OpenClipart.org SVG Images
|
| 33 |
+
|
| 34 |
+
### Dataset Summary
|
| 35 |
+
This dataset contains 178,604 public domain SVG vector clipart images collected from [OpenClipart.org](https://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](https://github.com/tdewolff/minify) to reduce file size while preserving visual representation.
|
| 36 |
+
|
| 37 |
+
### Languages
|
| 38 |
+
The dataset is primarily monolingual:
|
| 39 |
+
- English (en): Image titles, descriptions, and tags are predominantly in English.
|
| 40 |
+
|
| 41 |
+
## Dataset Structure
|
| 42 |
+
|
| 43 |
+
### Data Files
|
| 44 |
+
The dataset consists of:
|
| 45 |
+
- 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.
|
| 46 |
+
|
| 47 |
+
### Data Fields
|
| 48 |
+
Each entry in the JSONL files contains the following fields:
|
| 49 |
+
|
| 50 |
+
- `title`: The title given to the image.
|
| 51 |
+
- `description`: A text description of the image, sometimes containing HTML formatting.
|
| 52 |
+
- `artist_name`: The username of the artist who created and uploaded the image.
|
| 53 |
+
- `date_created`: The timestamp when the image was created/uploaded in ISO format.
|
| 54 |
+
- `page_url`: The original webpage URL of the clipart on OpenClipart.org.
|
| 55 |
+
- `tags`: An array of strings representing tags associated with the image.
|
| 56 |
+
- `image_urls`: An object containing various format URLs:
|
| 57 |
+
- `svg`: Direct link to the SVG file.
|
| 58 |
+
- `png_small`: Link to 400px PNG version.
|
| 59 |
+
- `png_medium`: Link to 800px PNG version.
|
| 60 |
+
- `png_large`: Link to 2000px PNG version.
|
| 61 |
+
- `pdf`: Link to PDF version.
|
| 62 |
+
- `thumbnail_url`: URL for the image thumbnail.
|
| 63 |
+
- `license`: The license type (CC0).
|
| 64 |
+
- `svg_content`: The actual SVG XML content of the vector graphic.
|
| 65 |
+
|
| 66 |
+
### Data Splits
|
| 67 |
+
The dataset contains a single split:
|
| 68 |
+
|
| 69 |
+
| Split | Description | Number of Examples |
|
| 70 |
+
|-------|-------------|--------------------|
|
| 71 |
+
| `train` | SVG clipart images and metadata | 178,604 |
|
| 72 |
+
|
| 73 |
+
Total dataset size: 178,604 entries
|
| 74 |
+
|
| 75 |
+
## Additional Information
|
| 76 |
+
|
| 77 |
+
### Licensing Information
|
| 78 |
+
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.
|
| 79 |
+
|
| 80 |
+
Full license text: [https://creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/)
|
openclipart_00.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30c6319b0283915ec8a872900636b988efaf931e752c1ac519f526d1c1e2e1fd
|
| 3 |
+
size 1253376914
|
openclipart_01.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af2e922e5934825c467e663197f91642d7943a281d36e40b2228b9ac43b8d3aa
|
| 3 |
+
size 1318311615
|
openclipart_02.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25577a462978ff0df5320541dee34f8c353430ce26075705575289d2fddef067
|
| 3 |
+
size 1029273463
|
openclipart_03.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:791f90bb2c6b561e90fd6a68a931ec2fd4df3114594d502569d2ffa4b2c888f2
|
| 3 |
+
size 1852703709
|
openclipart_04.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a92f6309c9b53cdcbf043327d5b109ffff4c4fd529bffa0c857992170b4d942b
|
| 3 |
+
size 1224228014
|
openclipart_05.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b273ae36de89e73930e7a019ec9522a3cfffa1add19c9a7e4ae9ff2fc66364fc
|
| 3 |
+
size 1110395325
|
openclipart_06.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4a99172259763f993b405615d092128d6ee2d410737510a0f694090d9e8a245
|
| 3 |
+
size 904491251
|
openclipart_07.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50cdc5d160bc451b90ff894d2a5d67eea85e18eead555a1efa5d9c948c66f69f
|
| 3 |
+
size 1173643480
|
openclipart_08.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978c93906963f616f786c0a85b63202ba985f6361c5e71c827f3899e46135f00
|
| 3 |
+
size 1697195428
|
openclipart_09.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a975023f2be7f702bf35867dfa0322e17740152f373417d929b4e19187fdc6cc
|
| 3 |
+
size 1586957144
|
openclipart_10.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298c72a1c11fc7adc8cb24e781dfa1fb2fd3877611089c93ed17b8d6a122c4ad
|
| 3 |
+
size 1065939173
|
openclipart_11.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b94fc1bac1eca749fe50b04d51f5398b9dc3d8b9b73a1f0d88ccdbddb037cbf
|
| 3 |
+
size 1134926944
|
openclipart_12.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9863461a8c54383d080e5465345ea43f9690a6b2fadb500dd4f0c616154ebab7
|
| 3 |
+
size 924422836
|
openclipart_13.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fe4b525565a87cf976e965c9aa9a12c8dabd7a6aa9788b91ff296f6a9bfcbec
|
| 3 |
+
size 1143774185
|
openclipart_14.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3995f7add24c437aff8912ffd402f93b43bb2b60358bfd02e2a34ddb8e9f9bdc
|
| 3 |
+
size 859708300
|
openclipart_15.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c949902c717392bfa8e86c0768fc44b948f5428debc3f05e5a78b6b18d038a2
|
| 3 |
+
size 1416978178
|
openclipart_16.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c087700a79aab1ab6468c9e8bed92306f7c53bd7e2c147c06493adf2ed2fc3d4
|
| 3 |
+
size 1622429224
|
openclipart_17.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daa92b9f31192571881d2b364728ef043e232e639e0004c6b841dc4dec013e55
|
| 3 |
+
size 1021856524
|