File size: 527 Bytes
7f423b1
 
98fa396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f423b1
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
---
license: apache-2.0
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: outputs
    dtype: string
  - name: ds
    dtype: string
  - name: template
    dtype: string
  splits:
  - name: train
    num_bytes: 369861273
    num_examples: 646505
  - name: validation
    num_bytes: 39799885
    num_examples: 76565
  download_size: 114930238
  dataset_size: 409661158
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---