File size: 591 Bytes
f21dcd6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Copy_No
    dtype: string
  - name: Summary
    dtype: string
  - name: Text
    dtype: string
  splits:
  - name: train
    num_bytes: 71548827.46822034
    num_examples: 755
  - name: validation
    num_bytes: 8908065.936440678
    num_examples: 94
  - name: test
    num_bytes: 9002832.595338983
    num_examples: 95
  download_size: 44899334
  dataset_size: 89459726.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---