File size: 453 Bytes
dc80a35
 
9416094
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dc80a35
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
---
license: apache-2.0
dataset_info:
  features:
  - name: text
    struct:
    - name: bytes
      dtype: binary
    - name: path
      dtype: 'null'
  - name: target
    dtype: string
  - name: num_text_patches
    dtype: int64
  splits:
  - name: train
    num_bytes: 4716213002
    num_examples: 449818
  download_size: 4483128555
  dataset_size: 4716213002
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---