File size: 836 Bytes
77ea81b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: added
    dtype: string
  - name: created
    dtype: timestamp[s]
  - name: id
    dtype: string
  - name: metadata
    struct:
    - name: all_licenses
      sequence: string
    - name: authors
      sequence: string
    - name: include_comments
      dtype: bool
    - name: license
      dtype: string
    - name: provenance
      dtype: string
    - name: site
      dtype: string
    - name: sort
      dtype: string
    - name: url
      dtype: string
  - name: source
    dtype: string
  - name: text
    dtype: string
  - name: token_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 108687187659
    num_examples: 30987453
  download_size: 52343622850
  dataset_size: 108687187659
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---