File size: 472 Bytes
07e36d4
 
ad56d2c
 
bb646fb
ad56d2c
bb646fb
ad56d2c
 
 
 
2377d58
bb646fb
2377d58
 
bb646fb
2377d58
bb646fb
 
ad56d2c
 
 
2377d58
 
 
 
07e36d4
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
---
license: mit
dataset_info:
  features:
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: token_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 6773182536
    num_examples: 10468088
  - name: test
    num_bytes: 3423883
    num_examples: 5237
  download_size: 4479320266
  dataset_size: 6776606419
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---