File size: 604 Bytes
83f742b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40259fc
 
 
 
83f742b
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: publisher
    dtype: string
  - name: url
    dtype: string
  - name: authors
    sequence: string
  - name: topics
    sequence: string
  - name: summary
    dtype: string
  - name: text
    dtype: string
  - name: publishing_date
    dtype: timestamp[us, tz=UTC]
  - name: free_access
    dtype: bool
  splits:
  - name: train
    num_bytes: 51282566236
    num_examples: 15705346
  download_size: 33914548625
  dataset_size: 51282566236
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---