nyuuzyou commited on
Commit
e91b362
·
verified ·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Clker.com Images
3
+ size_categories:
4
+ - 100K<n<1M
5
+ task_categories:
6
+ - image-classification
7
+ - zero-shot-image-classification
8
+ - image-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: clker-images.jsonl.zst
22
+ default: true
23
+ tags:
24
+ - image
25
+ - clipart
26
+ - text
27
+ license: cc0-1.0
28
+ ---
29
+
30
+ # Dataset Card for Clker.com Images
31
+
32
+ ### Dataset Summary
33
+ This dataset contains 140,313 public domain clipart images collected from [Clker.com](https://www.clker.com/). Clker.com hosts user-shared vector clip art that is explicitly released into the public domain (CC0). The dataset includes the images themselves along with metadata such as titles and tags associated with each image.
34
+
35
+ ### Languages
36
+ The dataset is primarily monolingual:
37
+ - English (en): All image titles and tags are in English.
38
+
39
+ ## Dataset Structure
40
+
41
+ ### Data Files
42
+ The dataset consists of:
43
+ - Image files stored across multiple ZIP archives (e.g., `images_00.zip`, `images_01.zip`, etc.) in the `archives/` directory. Each archive contains approximately 1000 image files.
44
+ - An index file `archive_index.csv` mapping image filenames to their respective archive files. The CSV format is: `Archive,Filename`.
45
+ - Corresponding metadata in a compressed JSONL file: `clker-images.jsonl.zst`. Each line in this file corresponds to one image.
46
+
47
+ ### Data Fields
48
+ The `clker-images.jsonl.zst` file contains the following fields for each entry:
49
+ - `id`: An identifier for the image on Clker.com.
50
+ - `title`: The title given to the image.
51
+ - `tags`: An array of strings representing tags associated with the image.
52
+ - `download_url`: The original URL from which the image was downloaded on Clker.com. The filename part of this URL typically corresponds to the `Filename` listed in `archive_index.csv`.
53
+
54
+ The `archive_index.csv` file contains:
55
+ - `Archive`: The name of the ZIP archive file (e.g., `images_00.zip`).
56
+ - `Filename`: The name of the image file contained within the archive.
57
+
58
+ ### Data Splits
59
+ The dataset contains a single split:
60
+
61
+ | Split | Description | Number of Examples |
62
+ |-------|-----------------------------|--------------------|
63
+ | `train` | Clipart images and metadata | 140,313 |
64
+
65
+ Total dataset size: 140,313 entries
66
+
67
+ ## Additional Information
68
+
69
+ ### Licensing Information
70
+ All assets in this dataset are derived from Clker.com, which states that all clipart is released under the Creative Commons 0 (CC0) license, dedicating the work to the public domain. Assets may be copied, modified, distributed, performed, or otherwise used for any purpose, including commercial, without asking permission or giving attribution.
71
+
72
+ Full license text: [https://creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/)
archives/archive_index.csv ADDED
The diff for this file is too large to render. See raw diff
 
archives/images_00.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c60b5af3601851a7fb8e290ffbb2160ac964ab12cefdb27612c784a4bfdfff
3
+ size 669752239
archives/images_01.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9782c00fd879cc5e968220bb113d030f27dacca082c35f790dc4e71bdb106fe
3
+ size 536953345
archives/images_02.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c995bddbb6830be2579d7523cadecf133a1839cd5c355f233214bdc457e0e5eb
3
+ size 477666587
archives/images_03.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fadda7deb60515da612e2f516202ce7d3c132579f7e8a6d8f397de6d50cdb71
3
+ size 548500904
archives/images_04.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af078dcbdee9fb4016662237c245d71ad60ce7cc01bc6de888ea368af853d147
3
+ size 540832712
archives/images_05.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c676d96dee648184db735cad38991442472c28846a4c35a5a721120354194e3
3
+ size 487865948
archives/images_06.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4812b6be531b8e3164529951341edfe476aa3a06e9571d89acc16fbe56dd59e0
3
+ size 541937142
archives/images_07.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2729d38a92396f740b60f2fe13bb0eb2c964be846804902f1f95a974acf65898
3
+ size 613940092
archives/images_08.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a6f1ec9ee4a3ba7e0ac36a3617b8e9b262ac4dd88ecb61edbe105874d6f5d2c
3
+ size 497772737
archives/images_09.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d95e4fb544896ca8a8faf2db1c93b4571c624b1413b0ccb127177069321748
3
+ size 482096873
archives/images_10.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70cf9067b5f1267515f5f2371ccd3b9352ca88557017adec40085ae59dc10d73
3
+ size 544820641
archives/images_100.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05896b88546aedb325f17889f6beca101add0df64f6bb0f554a92d203a306794
3
+ size 606169177
archives/images_101.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ca723136ef4d23fb4de74811baa35a2ce5cb17172d84f17274f0481cdbf7cb
3
+ size 563583791
archives/images_102.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1999186d83f4712e3cd946e4c621a69abcb907d083bf87644b9ed48157e078f8
3
+ size 509976543
archives/images_103.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00673b46e084acc346e6fb86ba12a9009d129d7a9ac35e7c3bd62d3f004287a4
3
+ size 655726496
archives/images_104.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bdfe609a444bebe01217f57a1f32c16f70954ef72f7cd1eb843ef2402f76545
3
+ size 635287291
archives/images_105.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da98f2f51717eb4d4059ae03c476f12484e3a637cdd16fdb9475a7a65b7510b
3
+ size 508983111
archives/images_106.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886639eb96dc7473276268d5f6db0e8c6c0eddffbb433a8a613d8f16ee5ecf83
3
+ size 574591728
archives/images_107.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c261c3b3de02012c23e8e1973bb248346e3fce1e9191a520a33c6dab9df0cc0d
3
+ size 568506366
archives/images_108.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888896c8a98a93c9f23036d19d29cbb6ad7579454a8c973519039f41ef779162
3
+ size 554591859
archives/images_109.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d1fddd0818bbe2f153aff132e316ac0133de9c2c6973b110850938d62efde4
3
+ size 482951731
archives/images_11.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52cb53166c45afeeefd6b58502332f03a262f520169ea077d1960bd50c4dc8e1
3
+ size 513958545
archives/images_110.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55798183f3d4f3c4a38e1360923c182c81ffd24470d33170c5b91fa5155315bf
3
+ size 516156765
archives/images_111.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d7e67a211afa3fa85232c6a73a79d8c73169fa33e99ae9b5a54fa67bc20e1f
3
+ size 497974823
archives/images_112.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54bdcb3e59d8ea98c4fb94078d3f083ef184a8346a7908ac83701e7dbf696001
3
+ size 532383078
archives/images_113.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d32e22d069257cad46cc40dad0304b3e745db7ab96744ad64cb6540f5a1caca
3
+ size 513141436
archives/images_114.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5212ad08c019ef4bce6ec5b480386b53a7d9e45e6ea855fe6621306a97fbf4
3
+ size 557940603
archives/images_115.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de10e35536c20349c12da7cd2cc37b83ed53ae77905d47a86cc8e7ed8c03260
3
+ size 592025251
archives/images_116.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0868a48072f5143a031017fd0878ab8ce5ca7af15529df0d941a4d23ee5ee682
3
+ size 649240811
archives/images_117.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b14c9de816b50ec00c82c40f05a4db1b5cc8d936faa466c9f4369bb08a660794
3
+ size 593619797
archives/images_118.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778e1d88cd3bd04a483ef3ede39f6c7db6cb7f1a441db31fded4ffa9a21531a9
3
+ size 630247597
archives/images_119.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3afe89a7fee5c984aa97a691728c0bf48b5bed4ac5294d8d191b97a46711de
3
+ size 622038061
archives/images_12.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b842d38b4d83b809c252644d73fd3b26a082fc8843c464cb742d93aa8267ee67
3
+ size 613412989
archives/images_120.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c45f813dbb6f6485d223576418471b42c0394673be93136182df24618759f98
3
+ size 449377943
archives/images_121.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f392e7fde906cbd1ad359671e6408f492685fc1bef4f9c8d7b74ba9778501db
3
+ size 527479940
archives/images_122.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217b6bbb689eab59ef7e73c73e74fd539759e501590359669b38052d2660db64
3
+ size 546353038
archives/images_123.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe4aaedcafc378bc9462fc3077043b036a17adb8abcad3f329d6e080d9a4bf2
3
+ size 525144672
archives/images_124.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82948b32dcef216e87564d42141536e9778ead8f17ab5171276e443ee028315a
3
+ size 567680738
archives/images_125.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82ef6379db97365833221ee22024ea01217c6546c8a3ed2abc40d88569af746
3
+ size 559402294
archives/images_126.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab47f034d21b56d3b6d82df6df460ba55ad8ea7a326c494e70276a65848f0aa
3
+ size 688027678
archives/images_127.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f5a61b46da779cbeaa5e7c88c4718acdd335e03e583a3a236252c3920d8ec9
3
+ size 608390413
archives/images_128.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e035833cbdb0e3bbd57d265b02f8a54b49585ce43088dc7501c46d72fe9be1a6
3
+ size 598917162
archives/images_129.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbba0dc640365c538a8aa6cc6e7129d31205f9e7fd3eb649e58ac27aeace9d62
3
+ size 511865196
archives/images_13.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:802ae1dd3c93b96fb5b80ef079f7065529a35fc5cb6d85b2ceca3beeb3bf23fe
3
+ size 585597668
archives/images_130.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c5b6a1e40a1dd2aad8bf5809a25d12c185171f4674cba9f287278a416289aa
3
+ size 548427783
archives/images_131.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e242c92191fb4f51d0118b95dc5d224dd90005f8ba590a918d79632fe59ea6a1
3
+ size 597752991
archives/images_132.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e942015c249df3de598bfe43d99478cd9de80af2d9a763cbe5818c9f57b5b98e
3
+ size 484610013