File size: 545 Bytes
3e26950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: summary
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 11361626101
    num_examples: 32747
  - name: test
    num_bytes: 3484738624
    num_examples: 10557
  - name: validation
    num_bytes: 1191914008
    num_examples: 3461
  download_size: 2571092466
  dataset_size: 16038278733
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---