File size: 417 Bytes
18f0326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: input
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 5240087
    num_examples: 2208
  - name: eval
    num_bytes: 251818
    num_examples: 112
  download_size: 1658223
  dataset_size: 5491905
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---