File size: 568 Bytes
00b3f72
 
 
 
 
 
 
 
 
 
 
b0e1885
 
00b3f72
 
 
 
 
 
b0e1885
 
00b3f72
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: content
    dtype: string
  splits:
  - name: train
    num_bytes: 374221973
    num_examples: 78772
  - name: test
    num_bytes: 23753489
    num_examples: 5000
  - name: validation
    num_bytes: 23753489
    num_examples: 5000
  download_size: 149828903
  dataset_size: 421728951
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---