Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
Tags:
art
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,35 +1,34 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- zh
|
| 4 |
license: cc-by-4.0
|
| 5 |
task_categories:
|
| 6 |
- text-classification
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
size_categories:
|
| 12 |
-
-
|
| 13 |
dataset_info:
|
| 14 |
features:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
config_name: ccpd
|
| 28 |
version: 1.0.0
|
| 29 |
splits:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
# CCPD - 古典中文诗歌多标签分类数据集
|
|
@@ -151,5 +150,4 @@ splits:
|
|
| 151 |
|
| 152 |
## 免责声明
|
| 153 |
|
| 154 |
-
本数据集仅用于学术研究目的。
|
| 155 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
tags:
|
| 8 |
+
- art
|
| 9 |
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
+
- name: text
|
| 14 |
+
dtype: string
|
| 15 |
+
description: 诗歌正文内容
|
| 16 |
+
- name: title
|
| 17 |
+
dtype: string
|
| 18 |
+
description: 诗歌标题
|
| 19 |
+
- name: theme_labels
|
| 20 |
+
sequence: string
|
| 21 |
+
description: 主题标签列表(如思乡、怀人等)
|
| 22 |
+
- name: emotion_labels
|
| 23 |
+
sequence: string
|
| 24 |
+
description: 情感标签列表(如愁绪、哀伤等)
|
| 25 |
config_name: ccpd
|
| 26 |
version: 1.0.0
|
| 27 |
splits:
|
| 28 |
+
- name: train
|
| 29 |
+
num_bytes: 0
|
| 30 |
+
num_examples: 17103
|
| 31 |
+
pretty_name: CCPD - Classical Chinese Poetry Dataset
|
| 32 |
---
|
| 33 |
|
| 34 |
# CCPD - 古典中文诗歌多标签分类数据集
|
|
|
|
| 150 |
|
| 151 |
## 免责声明
|
| 152 |
|
| 153 |
+
本数据集仅用于学术研究目的。
|
|
|