File size: 1,033 Bytes
cdfdf62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
configs:
- config_name: default
  data_files:
  - split: flan2021
    path: data/flan2021-*
  - split: t0
    path: data/t0-*
  - split: cot
    path: data/cot-*
  - split: niv2
    path: data/niv2-*
  - split: dialog
    path: data/dialog-*
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: task_source
    dtype: string
  - name: task_name
    dtype: string
  - name: template_type
    dtype: string
  splits:
  - name: flan2021
    num_bytes: 8988026240
    num_examples: 5362361
  - name: t0
    num_bytes: 4602180562
    num_examples: 1650308
  - name: cot
    num_bytes: 209004809
    num_examples: 183848
  - name: niv2
    num_bytes: 13104211362
    num_examples: 10066896
  - name: dialog
    num_bytes: 1024507265
    num_examples: 553869
  download_size: 16511300644
  dataset_size: 27927930238
---
# Dataset Card for "flan2022"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)