Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,17 +1,49 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
- zh
|
| 4 |
license: mit
|
| 5 |
pretty_name: RedNote Covert Advertisement Detection Dataset
|
| 6 |
tags:
|
| 7 |
-
- covert advertisement detection
|
| 8 |
-
- social-media
|
| 9 |
-
- image-text
|
| 10 |
-
- multimodal
|
| 11 |
-
- RedNote
|
| 12 |
-
- Xiaohongshu
|
| 13 |
datasets:
|
| 14 |
-
- Jingyi77/CHASM-Covert_Advertisement_on_RedNote
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# RedNote Covert Advertisement Detection Dataset
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- zh
|
| 4 |
license: mit
|
| 5 |
pretty_name: RedNote Covert Advertisement Detection Dataset
|
| 6 |
tags:
|
| 7 |
+
- covert advertisement detection
|
| 8 |
+
- social-media
|
| 9 |
+
- image-text
|
| 10 |
+
- multimodal
|
| 11 |
+
- RedNote
|
| 12 |
+
- Xiaohongshu
|
| 13 |
datasets:
|
| 14 |
+
- Jingyi77/CHASM-Covert_Advertisement_on_RedNote
|
| 15 |
+
dataset_info:
|
| 16 |
+
- config_name: default
|
| 17 |
+
features:
|
| 18 |
+
- name: id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: title
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: description
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: date
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: comments
|
| 27 |
+
sequence:
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: images
|
| 30 |
+
sequence:
|
| 31 |
+
dtype: binary
|
| 32 |
+
- name: image_count
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: label
|
| 35 |
+
dtype: int8
|
| 36 |
+
- name: split
|
| 37 |
+
dtype: string
|
| 38 |
+
configs:
|
| 39 |
+
- config_name: default
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: train.parquet
|
| 43 |
+
- split: validation
|
| 44 |
+
path: validation.parquet
|
| 45 |
+
- split: test
|
| 46 |
+
path: test.parquet
|
| 47 |
---
|
| 48 |
|
| 49 |
# RedNote Covert Advertisement Detection Dataset
|