Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +133 -0
dataset_info.json
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "CHASM",
|
3 |
+
"description": "RedNote Covert Advertisement Detection Dataset",
|
4 |
+
"citation": "@dataset{CHASM,\n author = {Jingyi Zheng, Tianyi Hu, Yule Liu, Zhen Sun, Zongmin Zhang, Wenhan Dong, Zifan Peng, Xinlei He},\n title = {CHASM: Unveiling Covert Advertisements on Chinese Social Media},\n year = {2025},\n publisher = {Hugging Face},\n journal = {Hugging Face Hub},\n howpublished = {\\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}\n}",
|
5 |
+
"license": "mit",
|
6 |
+
"splits": {
|
7 |
+
"train": {
|
8 |
+
"num_examples": 3493
|
9 |
+
},
|
10 |
+
"test": {
|
11 |
+
"num_examples": 1000
|
12 |
+
},
|
13 |
+
"validation": {
|
14 |
+
"num_examples": 499
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"features": {
|
18 |
+
"id": {
|
19 |
+
"_type": "Value",
|
20 |
+
"dtype": "string"
|
21 |
+
},
|
22 |
+
"title": {
|
23 |
+
"_type": "Value",
|
24 |
+
"dtype": "string"
|
25 |
+
},
|
26 |
+
"description": {
|
27 |
+
"_type": "Value",
|
28 |
+
"dtype": "string"
|
29 |
+
},
|
30 |
+
"date": {
|
31 |
+
"_type": "Value",
|
32 |
+
"dtype": "string"
|
33 |
+
},
|
34 |
+
"comments": {
|
35 |
+
"_type": "Sequence",
|
36 |
+
"feature": {
|
37 |
+
"_type": "Value",
|
38 |
+
"dtype": "string"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"images": {
|
42 |
+
"_type": "Sequence",
|
43 |
+
"feature": {
|
44 |
+
"_type": "Value",
|
45 |
+
"dtype": "binary"
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"image_count": {
|
49 |
+
"_type": "Value",
|
50 |
+
"dtype": "int32"
|
51 |
+
},
|
52 |
+
"label": {
|
53 |
+
"_type": "Value",
|
54 |
+
"dtype": "int8"
|
55 |
+
},
|
56 |
+
"split": {
|
57 |
+
"_type": "Value",
|
58 |
+
"dtype": "string"
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"homepage": "https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote",
|
62 |
+
"version": "1.0.0",
|
63 |
+
"dataset_size": 7253237760,
|
64 |
+
"download_size": 7253237760,
|
65 |
+
"dataset_info": {
|
66 |
+
"config_name": "default",
|
67 |
+
"description": "RedNote Covert Advertisement Detection Dataset is a multimodal dataset for covert advertisement detection on Chinese social media",
|
68 |
+
"version": {
|
69 |
+
"version_str": "1.0.0",
|
70 |
+
"major": 1,
|
71 |
+
"minor": 0,
|
72 |
+
"patch": 0
|
73 |
+
},
|
74 |
+
"splits": [
|
75 |
+
{
|
76 |
+
"name": "train",
|
77 |
+
"num_bytes": 5032448000,
|
78 |
+
"num_examples": 3493,
|
79 |
+
"dataset_name": "CHASM"
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"name": "validation",
|
83 |
+
"num_bytes": 724582400,
|
84 |
+
"num_examples": 499,
|
85 |
+
"dataset_name": "CHASM"
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"name": "test",
|
89 |
+
"num_bytes": 1496207360,
|
90 |
+
"num_examples": 1000,
|
91 |
+
"dataset_name": "CHASM"
|
92 |
+
}
|
93 |
+
],
|
94 |
+
"download_checksums": {},
|
95 |
+
"download_size": 7253237760,
|
96 |
+
"post_processing_size": null,
|
97 |
+
"dataset_size": 7253237760,
|
98 |
+
"size_in_bytes": 14506475520
|
99 |
+
},
|
100 |
+
"task_templates": [
|
101 |
+
{
|
102 |
+
"task": "image-classification",
|
103 |
+
"image_column": "images",
|
104 |
+
"label_column": "label",
|
105 |
+
"labels": ["non-advertisement", "advertisement"]
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"task": "text-classification",
|
109 |
+
"text_column": "description",
|
110 |
+
"label_column": "label",
|
111 |
+
"labels": ["non-advertisement", "advertisement"]
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"task": "multimodal-classification",
|
115 |
+
"text_column": "description",
|
116 |
+
"image_column": "images",
|
117 |
+
"label_column": "label",
|
118 |
+
"labels": ["non-advertisement", "advertisement"]
|
119 |
+
}
|
120 |
+
],
|
121 |
+
"multilinguality": "monolingual",
|
122 |
+
"language": ["zh"],
|
123 |
+
"language_creators": ["found"],
|
124 |
+
"pretty_name": "RedNote Covert Advertisement Detection Dataset",
|
125 |
+
"tags": [
|
126 |
+
"covert advertisement detection",
|
127 |
+
"social-media",
|
128 |
+
"image-text",
|
129 |
+
"multimodal",
|
130 |
+
"RedNote",
|
131 |
+
"Xiaohongshu"
|
132 |
+
]
|
133 |
+
}
|