File size: 472 Bytes
d257242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: input
    dtype: large_string
  - name: output
    dtype: large_string
  - name: expansion_type
    dtype: large_string
  splits:
  - name: train
    num_bytes: 10321028
    num_examples: 9913
  - name: test
    num_bytes: 1139614
    num_examples: 1102
  download_size: 4848034
  dataset_size: 11460642
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---