kowndinya23 commited on
Commit
cdfdf62
1 Parent(s): 3209d39

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: flan2021
6
+ path: data/flan2021-*
7
+ - split: t0
8
+ path: data/t0-*
9
+ - split: cot
10
+ path: data/cot-*
11
+ - split: niv2
12
+ path: data/niv2-*
13
+ - split: dialog
14
+ path: data/dialog-*
15
+ dataset_info:
16
+ features:
17
+ - name: inputs
18
+ dtype: string
19
+ - name: targets
20
+ dtype: string
21
+ - name: task_source
22
+ dtype: string
23
+ - name: task_name
24
+ dtype: string
25
+ - name: template_type
26
+ dtype: string
27
+ splits:
28
+ - name: flan2021
29
+ num_bytes: 8988026240
30
+ num_examples: 5362361
31
+ - name: t0
32
+ num_bytes: 4602180562
33
+ num_examples: 1650308
34
+ - name: cot
35
+ num_bytes: 209004809
36
+ num_examples: 183848
37
+ - name: niv2
38
+ num_bytes: 13104211362
39
+ num_examples: 10066896
40
+ - name: dialog
41
+ num_bytes: 1024507265
42
+ num_examples: 553869
43
+ download_size: 16511300644
44
+ dataset_size: 27927930238
45
+ ---
46
+ # Dataset Card for "flan2022"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)