File size: 2,010 Bytes
086f0dd
 
4c728c7
 
 
 
 
 
 
 
 
 
 
 
 
 
b9ee190
 
 
 
 
3c98c9b
 
 
 
 
 
 
 
 
 
 
 
 
 
8c23a78
 
 
 
 
c33a276
086f0dd
 
 
 
 
 
 
 
 
 
 
 
 
de110ff
 
 
 
 
c33a276
 
 
 
 
 
 
 
 
 
 
 
 
 
12202c4
 
 
 
 
086f0dd
4c728c7
 
 
 
b9ee190
 
3c98c9b
 
 
 
8c23a78
 
086f0dd
 
 
 
de110ff
 
c33a276
 
 
 
12202c4
 
086f0dd
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
dataset_info:
- config_name: EuroParl
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 94200121
    num_examples: 1334
  - name: test
    num_bytes: 3629223
    num_examples: 42
  download_size: 53305989
  dataset_size: 97829344
- config_name: HackerNews
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 79788458
    num_examples: 15917
  - name: test
    num_bytes: 2540857
    num_examples: 493
  download_size: 51777214
  dataset_size: 82329315
- config_name: PhilPapers
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 47970203
    num_examples: 647
  - name: test
    num_bytes: 1538027
    num_examples: 21
  download_size: 26172597
  dataset_size: 49508230
- config_name: StackExchange
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 103761034
    num_examples: 46841
  - name: test
    num_bytes: 20466176
    num_examples: 9247
  download_size: 64927419
  dataset_size: 124227210
configs:
- config_name: EuroParl
  data_files:
  - split: train
    path: EuroParl/train-*
  - split: test
    path: EuroParl/test-*
- config_name: HackerNews
  data_files:
  - split: train
    path: HackerNews/train-*
  - split: test
    path: HackerNews/test-*
- config_name: PhilPapers
  data_files:
  - split: train
    path: PhilPapers/train-*
  - split: test
    path: PhilPapers/test-*
- config_name: StackExchange
  data_files:
  - split: train
    path: StackExchange/train-*
  - split: test
    path: StackExchange/test-*
---