nyuuzyou commited on
Commit
34b6ecc
·
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
Files changed (50) hide show
  1. .gitattributes +58 -0
  2. README.md +63 -0
  3. furbooru.jsonl.zst +3 -0
  4. images/furbooru_0000.zip +3 -0
  5. images/furbooru_0001.zip +3 -0
  6. images/furbooru_0002.zip +3 -0
  7. images/furbooru_0003.zip +3 -0
  8. images/furbooru_0004.zip +3 -0
  9. images/furbooru_0005.zip +3 -0
  10. images/furbooru_0006.zip +3 -0
  11. images/furbooru_0007.zip +3 -0
  12. images/furbooru_0008.zip +3 -0
  13. images/furbooru_0009.zip +3 -0
  14. images/furbooru_0010.zip +3 -0
  15. images/furbooru_0011.zip +3 -0
  16. images/furbooru_0012.zip +3 -0
  17. images/furbooru_0013.zip +3 -0
  18. images/furbooru_0014.zip +3 -0
  19. images/furbooru_0015.zip +3 -0
  20. images/furbooru_0016.zip +3 -0
  21. images/furbooru_0017.zip +3 -0
  22. images/furbooru_0018.zip +3 -0
  23. images/furbooru_0019.zip +3 -0
  24. images/furbooru_0020.zip +3 -0
  25. images/furbooru_0021.zip +3 -0
  26. images/furbooru_0022.zip +3 -0
  27. images/furbooru_0023.zip +3 -0
  28. images/furbooru_0024.zip +3 -0
  29. images/furbooru_0025.zip +3 -0
  30. images/furbooru_0026.zip +3 -0
  31. images/furbooru_0027.zip +3 -0
  32. images/furbooru_0028.zip +3 -0
  33. images/furbooru_0029.zip +3 -0
  34. images/furbooru_0030.zip +3 -0
  35. images/furbooru_0031.zip +3 -0
  36. images/furbooru_0032.zip +3 -0
  37. images/furbooru_0033.zip +3 -0
  38. images/furbooru_0034.zip +3 -0
  39. images/furbooru_0035.zip +3 -0
  40. images/furbooru_0036.zip +3 -0
  41. images/furbooru_0037.zip +3 -0
  42. images/furbooru_0038.zip +3 -0
  43. images/furbooru_0039.zip +3 -0
  44. images/furbooru_0040.zip +3 -0
  45. images/furbooru_0041.zip +3 -0
  46. images/furbooru_0042.zip +3 -0
  47. images/furbooru_0043.zip +3 -0
  48. images/furbooru_0044.zip +3 -0
  49. images/furbooru_0045.zip +3 -0
  50. images/furbooru_0046.zip +3 -0
.gitattributes ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+ # Video files - compressed
57
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language:
5
+ - en
6
+ license:
7
+ - other
8
+ multilinguality:
9
+ - monolingual
10
+ pretty_name: Furbooru Dataset
11
+ size_categories:
12
+ - 10K<n<100K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - image-classification
17
+ - text-to-image
18
+ - zero-shot-image-classification
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path:
24
+ - '*.jsonl.zst'
25
+ default: true
26
+ tags:
27
+ - not-for-all-audiences
28
+ - anime
29
+ - art
30
+ - furry
31
+ viewer: false
32
+ ---
33
+
34
+ # Dataset Card for Furbooru
35
+
36
+ ### Dataset Summary
37
+
38
+ This dataset contains information about images from Furbooru, a booru-style imageboard designed to be a repository of images surrounding the furry fandom. The dataset includes metadata for 61,182 images, including URLs, tags, and file information. The actual images are stored in zip archives, with each archive containing 1,000 images.
39
+
40
+ ### Languages
41
+
42
+ The dataset metadata is primarily in English.
43
+
44
+ ## Dataset Structure
45
+
46
+ ### Data Fields
47
+
48
+ This dataset includes the following fields for each image:
49
+
50
+ - `url`: URL of the image on Furbooru (string)
51
+ - `image_url`: Direct URL to the image file (string)
52
+ - `filepath`: Local filepath of the image within the dataset (string)
53
+ - `tags`: List of tags associated with the image (list of strings)
54
+
55
+ ### Data Splits
56
+
57
+ All examples are in a single split.
58
+
59
+ ## Additional Information
60
+
61
+ ### Dataset Collection
62
+
63
+ The dataset contains information about all available posts on Furbooru as of August 30, 2024. The 61,182 images are stored in zip archives inside the `images` directory, with each archive containing 1,000 images.
furbooru.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:972a7394715113f162f3c93d4f2397f15d4f93d310851782aa5e9bf483bd0763
3
+ size 3053666
images/furbooru_0000.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f1d1b18fbbdd330eb9d658ccb1e1c71c5c8825f1fea61b6d8691a0a930fe5f
3
+ size 1095961795
images/furbooru_0001.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefaab06a53db4a6c3eea68521ef26ca23cf663baeec6ab9aca329033032f251
3
+ size 1288049618
images/furbooru_0002.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e16f16e5a72156f2424b1f713997992f80b4f59711e0cab1aee842ed3d8110
3
+ size 1106977070
images/furbooru_0003.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817235071de264aef198d6614ec2697a000550c4e394189eb83b45aaaaf12aa6
3
+ size 1478657257
images/furbooru_0004.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c44a51bce6886e80e2de0db10125d0dc2dd0ccdcabec266ad6d07502f85e57c7
3
+ size 1118614597
images/furbooru_0005.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b8679b638c6133b0c000e4656bac35a417c58b4e46ab605c10d340371ebbac
3
+ size 1263508432
images/furbooru_0006.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31dec8295b4530974cb1abbf5342e21f473845e899e24ffbb39528c37c8ee220
3
+ size 1450768596
images/furbooru_0007.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76885a72b5097425fe9491d10a2336eff818db4ed691415e5f459e0c1f755126
3
+ size 1214118059
images/furbooru_0008.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0657677fa9ea97611ba82baa5c211d85cdf318b4f1f436902ab1cfd507095bd
3
+ size 1340462574
images/furbooru_0009.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6ea7045b8d9cff8f91382d6b047305c11fb6c35c4f9016737dc3f8744dc4f9
3
+ size 1198227266
images/furbooru_0010.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255a7cbff7f09dbb980559e5b83964101f9e756f37cc9db06ed5d35872c09eaa
3
+ size 1508884068
images/furbooru_0011.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe80f08fdcb6ec5915805fa42afa0ff87a7ff58c0aefb029a6c6a46f7cecbd5
3
+ size 1166503515
images/furbooru_0012.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172b83081c8a7696cf0b0b1bd342bde34130a2b2c2d6c4e7d68607c54a1b9cf0
3
+ size 1178474447
images/furbooru_0013.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da46c1033306faabcb34334a9f0cb835374f6416e59db3d04832dc1256f033a0
3
+ size 1167106205
images/furbooru_0014.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27638754a1af3173ef195397f768cab5f38efb1db10d23f47d6dd589a965f525
3
+ size 1142822358
images/furbooru_0015.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e05d211b4df1f9a72ae7c75052ee21cf5669a99b46f71224d4abc6201687ea7
3
+ size 1445112902
images/furbooru_0016.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83c00c05fc87597eef28f0e9c31cddc9a00d9203817a1ab485fdd26f1a6fd6d
3
+ size 1186177372
images/furbooru_0017.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1460cb1e78430bf5b73bd0d2a747a20f0f6eb8ce4073af99ef5a7bc8f1d926dc
3
+ size 1533197991
images/furbooru_0018.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a39e7e8aaa45413adf10a3062feb78934f8c473b1d7c71d8d93f5349018c69eb
3
+ size 1266834633
images/furbooru_0019.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8e07d6b811ecd7d45e9bc48c07b8206c30e31a4f5d3bbea8a9e2ad4b64f2db
3
+ size 1536446960
images/furbooru_0020.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab76e948490f4e153548e6195b84b519234625fbe5c430ae204fe181f911cda3
3
+ size 1396285000
images/furbooru_0021.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426318f2b1895be31ed204f208f1fa85bfbfb3ad8baac211ee39cf04e0dbac56
3
+ size 1515983168
images/furbooru_0022.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf6cac92fe7c706cfe907d1fffe7acfa029deb786f6b4b939c0da0d1b3a8e5d
3
+ size 1451420679
images/furbooru_0023.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242136b9aa3cd4240df8bc23c4aa2bb52e3946f2e452d5bdfdba8e8194d5b7f2
3
+ size 1370803965
images/furbooru_0024.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e78308071be181bbbe95c9b0291239f3d708b68c9ce09fb90118494394e6651c
3
+ size 1494299669
images/furbooru_0025.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88076592074657efb1e77e84561b5ceda8d7fdb3f8fe5a528c5aab959c60eef
3
+ size 1320040188
images/furbooru_0026.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ae26849a0ff2b867ab78b995c9f9457151369dc5d443b73df5967e99c6ac30
3
+ size 1359393095
images/furbooru_0027.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da8a816135b20d022557f1223b8758744978c6d16853652603d9754e96074ea
3
+ size 1261185131
images/furbooru_0028.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:295d0276b6b6bb31a497c217ee9a3704085082f90fea748461ec5b89c1cfc99b
3
+ size 1539896669
images/furbooru_0029.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b579f47be065c0848915aa1f4e6466baf2f19cfd97a2480a773ab32019c9d8
3
+ size 1201425289
images/furbooru_0030.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b14a46454b663fd1c834673b87570e44edcafcbace3f8a4ab2d93e250aebf6c1
3
+ size 1472594247
images/furbooru_0031.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26cc940a5908703181ff5445ee1b8f35b7bb82c1f54fae68ee43cca0a380b61
3
+ size 1168361157
images/furbooru_0032.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:924f6041ec9605ed70f1d900eda7df30ac66bd5aa21743625767a24233fe2ded
3
+ size 1178886273
images/furbooru_0033.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:725eda61c4fe467e1e702b967333cd4846d02ebc818ebf843b413806ece68aa4
3
+ size 1194262665
images/furbooru_0034.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635aaada2ee5f2a8e8ffd6211bea50336f6efa853081c4510cec31f9a626defd
3
+ size 1302047961
images/furbooru_0035.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1ec53c9530e434f9ab4da9bda45b6308306abe5c724ac970f68f6ac8103cff
3
+ size 1242869839
images/furbooru_0036.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11efe0fa89a5a403abde6e4ff4799dbad273f81fabff40975d56e82929335431
3
+ size 1374266839
images/furbooru_0037.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf96e3f6a9b717f1fc202af0ceeed7c2e7e5b6576715dfeb5b48dc5c40d60f45
3
+ size 1487897332
images/furbooru_0038.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3b4526563399a685c1e99fdae053b1020059ec63010637c8088488c0e92488
3
+ size 1367387316
images/furbooru_0039.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fc559e0fe16a5c4a2b9816b7402fc4d69a248c79b3cf4b73a8a7c74c527dcb
3
+ size 1902358985
images/furbooru_0040.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3fb5cdf9cd82bfd90bbc8b826bda64da9bea3a1aca55cbd0f75c8a16a14e30e
3
+ size 1307705736
images/furbooru_0041.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90de8c803dc230ac5e4098c29e80f4652d5f86ac714d16b586c6689936fc3444
3
+ size 1280139901
images/furbooru_0042.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23bbf6f0694ff4e803cc58072ca192a1e7ccdb930a2b0285d66e4cfaf8bbb0fe
3
+ size 1379181698
images/furbooru_0043.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1634b53a350f65d9e14603ce42586eb16a04ace30ebd5ed05e65a08ab5256ef7
3
+ size 1457493356
images/furbooru_0044.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cbd83b5f997976b2b913392bbf163e591643d1b32ca36fdcb0477490cc861a5
3
+ size 1563480996
images/furbooru_0045.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b85ca8d4496d6129de14242086681941e6f12dfce8eb937951bc8e4a859c152
3
+ size 1519332880
images/furbooru_0046.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37171db488866f016dc05847e661622fb84118f9f99d2b7465ba2a454965af5
3
+ size 1420604464