File size: 597 Bytes
75f5ae9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: section
    dtype: string
  - name: filename
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 73734751.97826087
    num_examples: 43
  - name: validation
    num_bytes: 1714761.6739130435
    num_examples: 1
  - name: test
    num_bytes: 3429523.347826087
    num_examples: 2
  download_size: 42120770
  dataset_size: 78879037.00000001
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---