File size: 554 Bytes
bd6ee85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: file
    dtype: string
  - name: text
    sequence: string
  - name: type
    dtype: string
  splits:
  - name: all_data
    num_bytes: 11647004
    num_examples: 1353
  - name: train
    num_bytes: 8968124
    num_examples: 1044
  - name: test
    num_bytes: 1689738
    num_examples: 192
  download_size: 1301866
  dataset_size: 22304866
configs:
- config_name: default
  data_files:
  - split: all_data
    path: data/all_data-*
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---