File size: 2,995 Bytes
086f0dd
 
ed38142
 
 
 
 
 
 
 
 
 
 
 
 
 
130e2e6
 
 
 
 
4c728c7
 
 
 
 
 
 
 
 
 
 
 
 
 
b9ee190
 
 
 
 
3c98c9b
 
 
 
 
 
 
 
 
 
 
 
 
 
8c23a78
 
 
 
 
cf42a4d
 
 
 
 
 
 
 
 
 
 
 
 
 
50c71aa
 
 
 
 
c33a276
086f0dd
 
 
 
 
 
 
 
 
 
 
 
 
de110ff
 
 
 
 
c33a276
 
 
 
 
 
 
 
 
 
 
 
 
 
12202c4
 
 
 
 
086f0dd
ed38142
 
 
 
130e2e6
 
4c728c7
 
 
 
b9ee190
 
3c98c9b
 
 
 
8c23a78
 
cf42a4d
 
 
 
50c71aa
 
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
dataset_info:
- config_name: Books3
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 108880516
    num_examples: 197
  - name: test
    num_bytes: 41526969
    num_examples: 87
  download_size: 88601276
  dataset_size: 150407485
- 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: OpenSubtitles
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: domain
    dtype: string
  splits:
  - name: train
    num_bytes: 104735849
    num_examples: 3389
  - name: test
    num_bytes: 6108121
    num_examples: 199
  download_size: 65049582
  dataset_size: 110843970
- 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: Books3
  data_files:
  - split: train
    path: Books3/train-*
  - split: test
    path: Books3/test-*
- 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: OpenSubtitles
  data_files:
  - split: train
    path: OpenSubtitles/train-*
  - split: test
    path: OpenSubtitles/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-*
---