Mxode commited on
Commit
cf90218
1 Parent(s): bc54834

Add config metadata to README.md

Browse files

Added 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)

Files changed (1) hide show
  1. README.md +21 -0
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