Upload folder using huggingface_hub
Browse files- README.md +60 -0
- artfol.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: Artfol Social Media Art Dataset
|
11 |
+
size_categories:
|
12 |
+
- 1M<n<3M
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- image-classification
|
17 |
+
- image-to-text
|
18 |
+
task_ids:
|
19 |
+
- multi-label-image-classification
|
20 |
+
- image-captioning
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for Artfol
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
This dataset contains 1,892,816 artwork posts from Artfol, an independent social media platform focused on artists. Each entry represents an artwork post with associated metadata including title, moderation flags, and URLs.
|
27 |
+
|
28 |
+
### Languages
|
29 |
+
The dataset is primarily in English (en).
|
30 |
+
|
31 |
+
## Dataset Structure
|
32 |
+
|
33 |
+
### Data Fields
|
34 |
+
This dataset includes the following fields:
|
35 |
+
- `op`: Unique identifier for the artist/poster (string)
|
36 |
+
- `title`: Title of the artwork (string)
|
37 |
+
- `is_nsfw`: Flag indicating adult content (boolean)
|
38 |
+
- `is_gore`: Flag indicating graphic violent content (boolean)
|
39 |
+
- `filter`: Content filter status (nullable string)
|
40 |
+
- `web_url`: URL to the artwork page on Artfol (string)
|
41 |
+
- `image_url`: Direct URL to the artwork image (string)
|
42 |
+
|
43 |
+
### Data Splits
|
44 |
+
All examples are in a single split.
|
45 |
+
|
46 |
+
## Additional Information
|
47 |
+
|
48 |
+
### License
|
49 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
50 |
+
* Use it for any purpose, including commercial projects.
|
51 |
+
* Modify it however you like.
|
52 |
+
* Distribute it without asking permission.
|
53 |
+
No attribution is required, but it's always appreciated!
|
54 |
+
|
55 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
56 |
+
|
57 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
58 |
+
|
59 |
+
### Dataset Curators
|
60 |
+
- [nyuuzyou](https://ducks.party)
|
artfol.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91a18aabae8cb64dee727e7018a58d9c2d7be5f5ebb0b1964dca4cf3cf1ad335
|
3 |
+
size 76095698
|