File size: 488 Bytes
2fc8e9a
518f9a8
 
2fc8e9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- id
dataset_info:
  features:
  - name: docid
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 483600907.4401386
    num_examples: 1301683
  - name: test
    num_bytes: 53733640.559861444
    num_examples: 144632
  download_size: 345590743
  dataset_size: 537334548.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---