onullusoy commited on
Commit
4c638ce
·
1 Parent(s): 6769ede

Add dataset card metadata

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,3 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Harmful-Contents Dataset
2
 
3
  A multi-label image dataset for harmful-content classification across eight PEGI-aligned categories.
 
1
+ ---
2
+ pretty_name: Harmful-Contents
3
+ tags:
4
+ - image-classification
5
+ - multi-label-classification
6
+ - computer-vision
7
+ - content-moderation
8
+ task_categories:
9
+ - image-classification
10
+ language:
11
+ - en
12
+ size_categories:
13
+ - 1K<n<10K
14
+ annotations_creators:
15
+ - expert-generated
16
+ source_datasets:
17
+ - original
18
+ license: other
19
+ license_name: Research and non-commercial use
20
+ license_link: ""
21
+ dataset_info:
22
+ features:
23
+ - name: image
24
+ dtype: image
25
+ - name: name
26
+ dtype: string
27
+ - name: alcohol
28
+ dtype: int64
29
+ - name: drugs
30
+ dtype: int64
31
+ - name: weapons
32
+ dtype: int64
33
+ - name: gambling
34
+ dtype: int64
35
+ - name: nudity
36
+ dtype: int64
37
+ - name: sexy
38
+ dtype: int64
39
+ - name: smoking
40
+ dtype: int64
41
+ - name: violence
42
+ dtype: int64
43
+ - name: mask_alcohol
44
+ dtype: string
45
+ - name: mask_drugs
46
+ dtype: string
47
+ - name: mask_weapons
48
+ dtype: string
49
+ - name: mask_gambling
50
+ dtype: string
51
+ - name: mask_nudity
52
+ dtype: string
53
+ - name: mask_sexy
54
+ dtype: string
55
+ - name: mask_smoking
56
+ dtype: string
57
+ - name: mask_violence
58
+ dtype: string
59
+ ---
60
+
61
  # Harmful-Contents Dataset
62
 
63
  A multi-label image dataset for harmful-content classification across eight PEGI-aligned categories.