File size: 586 Bytes
af08e47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: title
    dtype: string
  - name: summary
    dtype: string
  - name: categories
    sequence: string
  - name: created_at
    dtype: string
  - name: updated_at
    dtype: string
  splits:
  - name: train
    num_bytes: 37764785.180149026
    num_examples: 68967
  - name: test
    num_bytes: 4196634.819850974
    num_examples: 7664
  download_size: 27262043
  dataset_size: 41961420.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---