File size: 404 Bytes
d7ab49a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: doc_id
    dtype: string
  - name: contents
    dtype: string
  - name: metadata
    struct:
    - name: last_modified_datetime
      dtype: timestamp[us]
  splits:
  - name: chunk
    num_bytes: 1351171
    num_examples: 720
  download_size: 702052
  dataset_size: 1351171
configs:
- config_name: default
  data_files:
  - split: chunk
    path: data/chunk-*
---