Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10M - 100M
License:
Add config metadata to README.md
Browse filesAdded configs metadata to the readme, divided the subset for better preview of different sections, following [here](https://huggingface.co/docs/hub/datasets-manual-configuration#splits)
README.md
CHANGED
@@ -7,6 +7,27 @@ task_categories:
|
|
7 |
- text-generation
|
8 |
size_categories:
|
9 |
- 10B<n<100B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
|
|
|
7 |
- text-generation
|
8 |
size_categories:
|
9 |
- 10B<n<100B
|
10 |
+
configs:
|
11 |
+
- config_name: IndustryCorpus
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: "IndustryCorpus/*"
|
15 |
+
- config_name: SkyPile
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: "Skypile/*"
|
19 |
+
- config_name: CCI2
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: "cci2/*"
|
23 |
+
- config_name: MAP-CC
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: "map/*"
|
27 |
+
- config_name: TeleChat-PTD
|
28 |
+
data_files:
|
29 |
+
- split: train
|
30 |
+
path: "tele/*"
|
31 |
---
|
32 |
|
33 |
|