ldwang commited on
Commit
a9c618f
1 Parent(s): a47bdb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Data Description
2
 
3
  To address the scarcity of high-quality safety datasets in the Chinese, we open-sourced the [CCI](https://huggingface.co/datasets/BAAI/CCI-Data) (Chinese Corpora Internet) dataset on November 29, 2023.
 
1
+ task_categories:
2
+ - text-generation
3
+ language:
4
+ - zh
5
+ dataset_info:
6
+ features:
7
+ - name: id
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ - name: score
12
+ dtype: float
13
+ splits:
14
+ - name: cci3-hq
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: cci3-hq
19
+ path: data/part-*
20
+ ---
21
+
22
  ## Data Description
23
 
24
  To address the scarcity of high-quality safety datasets in the Chinese, we open-sourced the [CCI](https://huggingface.co/datasets/BAAI/CCI-Data) (Chinese Corpora Internet) dataset on November 29, 2023.