File size: 1,278 Bytes
83f01da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train10k
    num_bytes: 94168
    num_examples: 500
  - name: test10k
    num_bytes: 1598
    num_examples: 34
  - name: train100k
    num_bytes: 848885
    num_examples: 4000
  - name: test100k
    num_bytes: 73271
    num_examples: 443
  - name: train1m
    num_bytes: 8551616
    num_examples: 45000
  - name: test1m
    num_bytes: 510486
    num_examples: 2928
  - name: train10m
    num_bytes: 82837736
    num_examples: 500000
  - name: test10m
    num_bytes: 7185541
    num_examples: 44584
  - name: train100m
    num_bytes: 896458862
    num_examples: 9000000
  - name: test100m
    num_bytes: 41998375
    num_examples: 569197
  download_size: 442189657
  dataset_size: 1038560538
configs:
- config_name: default
  data_files:
  - split: train10k
    path: data/train10k-*
  - split: test10k
    path: data/test10k-*
  - split: train100k
    path: data/train100k-*
  - split: test100k
    path: data/test100k-*
  - split: train1m
    path: data/train1m-*
  - split: test1m
    path: data/test1m-*
  - split: train10m
    path: data/train10m-*
  - split: test10m
    path: data/test10m-*
  - split: train100m
    path: data/train100m-*
  - split: test100m
    path: data/test100m-*
---