Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +61 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "webdataset",
|
| 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}",
|
| 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 |
+
}
|