File size: 932 Bytes
766b9cf
 
c2248c9
766b9cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c2248c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
766b9cf
 
 
 
 
c2248c9
 
 
 
766b9cf
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
dataset_info:
- config_name: default
  features:
  - name: category
    dtype: string
  - name: articles
    sequence: string
  - name: num_tokens
    dtype: int64
  - name: chunks
    list:
    - name: chunk
      dtype: string
    - name: chunk_size
      dtype: int64
    - name: start
      dtype: int64
  splits:
  - name: train
    num_bytes: 399676341
    num_examples: 184
  download_size: 192015010
  dataset_size: 399676341
- config_name: full_articles
  features:
  - name: category
    dtype: string
  - name: articles
    sequence: string
  - name: num_tokens
    dtype: int64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 78791523
    num_examples: 184
  download_size: 35565424
  dataset_size: 78791523
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
- config_name: full_articles
  data_files:
  - split: train
    path: full_articles/train-*
---