File size: 484 Bytes
0bf1662
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ac369e
 
 
8f49914
6ac369e
0bf1662
 
 
 
 
6ac369e
 
0bf1662
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 25322028.21875
    num_examples: 5000
  - name: dev
    num_bytes: 1023838.68
    num_examples: 200
  download_size: 17169345
  dataset_size: 26345866.89875
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
---