Datasets:
RWKV
/

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
m8than commited on
Commit
6f523c4
1 Parent(s): 5194068

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +240 -240
README.md CHANGED
@@ -1,240 +1,240 @@
1
- ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - crowdsourced
6
- license:
7
- - cc-by-sa-4.0
8
- task_categories:
9
- - text-generation
10
- - fill-mask
11
- task_ids:
12
- - language-modeling
13
- - masked-language-modeling
14
- source_datasets:
15
- - original
16
- language:
17
- - en
18
-
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: final
23
- path: "data"
24
- - config_name: chunk0
25
- data_files:
26
- - split: final
27
- path: "data/dataset_chunk_0/*"
28
- - config_name: chunk1
29
- data_files:
30
- - split: final
31
- path: "data/dataset_chunk_1/*"
32
- - config_name: chunk2
33
- data_files:
34
- - split: final
35
- path: "data/dataset_chunk_2/*"
36
- - config_name: chunk3
37
- data_files:
38
- - split: final
39
- path: "data/dataset_chunk_3/*"
40
- - config_name: chunk4
41
- data_files:
42
- - split: final
43
- path: "data/dataset_chunk_4/*"
44
- - config_name: chunk5
45
- data_files:
46
- - split: final
47
- path: "data/dataset_chunk_5/*"
48
- - config_name: chunk6
49
- data_files:
50
- - split: final
51
- path: "data/dataset_chunk_6/*"
52
- - config_name: chunk7
53
- data_files:
54
- - split: final
55
- path: "data/dataset_chunk_7/*"
56
- - config_name: chunk8
57
- data_files:
58
- - split: final
59
- path: "data/dataset_chunk_8/*"
60
- - config_name: chunk9
61
- data_files:
62
- - split: final
63
- path: "data/dataset_chunk_9/*"
64
-
65
- pretty_name: EagleX-v2-WorldContinued
66
- ---
67
-
68
- # Dataset Card for EagleX v2 Dataset
69
-
70
- This dataset was used to train RWKV Eagle 7B for continued pretrain of 1.1T tokens (approximately) (boosting it to 2.25T) with the final model being released as [RWKV EagleX v2](https://huggingface.co/datasets/RWKV/v5-EagleX-v2-7B-HF).
71
-
72
-
73
- ## Dataset Details
74
-
75
- ### Dataset Description
76
-
77
- EagleX-WorldContinued is a pretraining dataset built from many of our datasets over at Recursal AI + a few others.
78
-
79
- - **Curated by:** M8than, KaraKaraWitch, Darok
80
- - **Funded by [optional]:** Recursal.ai
81
- - **Shared by [optional]:** M8than
82
- - **Language(s) (NLP):** English, Chinese, Russian + 100 others
83
- - **License:** cc-by-sa-4.0
84
-
85
-
86
- ### Format
87
-
88
- Dataset files are JSONL with each line representing one conversation. Each entry is keyed with the full text entry.
89
-
90
- ### Data Splits
91
-
92
- - final
93
- - Contains full conversations.
94
-
95
- The config names are dataset chunks 0 to 9. They may have slightly varied sizes because the dataset was built by document count rather than tokens/word lengnth.
96
-
97
- ### Dataset Curators
98
-
99
- M8than. (If something is wrong, `@m8than` on discord.)
100
-
101
- ### Licensing Information
102
-
103
- This release contains content from europarl.
104
-
105
- Recursal Waifus (The banner image) are licensed under CC-BY-SA.
106
- They do not represent the related websites in any official capacity unless otherwise or announced by the website.
107
- You may use them as a banner image. However, you must always link back to the dataset.
108
-
109
- ### Citation Information
110
-
111
- ```latex
112
- @software{penedo2024fineweb,
113
- author = {Penedo, Guilherme and Kydlíček, Hynek and von Werra, Leandro and Wolf, Thomas},
114
- title = {FineWeb},
115
- month = April,
116
- year = 2024,
117
- doi = { 10.57967/hf/2092 },
118
- url = {https://huggingface.co/datasets/HuggingFaceFW/fineweb}
119
- }
120
-
121
- @article{gao2020pile,
122
- title={The {P}ile: An 800{GB} dataset of diverse text for language modeling},
123
- author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
124
- journal={arXiv preprint arXiv:2101.00027},
125
- year={2020}
126
- }
127
-
128
- @misc{cerebras2023slimpajama,
129
- author = {Soboleva, Daria and Al-Khateeb, Faisal and Myers, Robert and Steeves, Jacob R and Hestness, Joel and Dey, Nolan},
130
- title = {{SlimPajama: A 627B token cleaned and deduplicated version of RedPajama}},
131
- month = June,
132
- year = 2023,
133
- howpublished = {\url{https://www.cerebras.net/blog/slimpajama-a-627b-token-cleaned-and-deduplicated-version-of-redpajama}},
134
- url = {https://huggingface.co/datasets/cerebras/SlimPajama-627B},
135
- }
136
-
137
- @misc{kudugunta2023madlad400,
138
- title={MADLAD-400: A Multilingual And Document-Level Large Audited Dataset},
139
- author={Sneha Kudugunta and Isaac Caswell and Biao Zhang and Xavier Garcia and Christopher A. Choquette-Choo and Katherine Lee and Derrick Xin and Aditya Kusupati and Romi Stella and Ankur Bapna and Orhan Firat},
140
- year={2023},
141
- eprint={2309.04662},
142
- archivePrefix={arXiv},
143
- primaryClass={cs.CL}
144
- }
145
-
146
- @misc{lozhkov2024starcoder,
147
- title={StarCoder 2 and The Stack v2: The Next Generation},
148
- author={Anton Lozhkov and Raymond Li and Loubna Ben Allal and Federico Cassano and Joel Lamy-Poirier and Nouamane Tazi and Ao Tang and Dmytro Pykhtar and Jiawei Liu and Yuxiang Wei and Tianyang Liu and Max Tian and Denis Kocetkov and Arthur Zucker and Younes Belkada and Zijian Wang and Qian Liu and Dmitry Abulkhanov and Indraneil Paul and Zhuang Li and Wen-Ding Li and Megan Risdal and Jia Li and Jian Zhu and Terry Yue Zhuo and Evgenii Zheltonozhskii and Nii Osae Osae Dade and Wenhao Yu and Lucas Krauß and Naman Jain and Yixuan Su and Xuanli He and Manan Dey and Edoardo Abati and Yekun Chai and Niklas Muennighoff and Xiangru Tang and Muhtasham Oblokulov and Christopher Akiki and Marc Marone and Chenghao Mou and Mayank Mishra and Alex Gu and Binyuan Hui and Tri Dao and Armel Zebaze and Olivier Dehaene and Nicolas Patry and Canwen Xu and Julian McAuley and Han Hu and Torsten Scholak and Sebastien Paquet and Jennifer Robinson and Carolyn Jane Anderson and Nicolas Chapados and Mostofa Patwary and Nima Tajbakhsh and Yacine Jernite and Carlos Muñoz Ferrandis and Lingming Zhang and Sean Hughes and Thomas Wolf and Arjun Guha and Leandro von Werra and Harm de Vries},
149
- year={2024},
150
- eprint={2402.19173},
151
- archivePrefix={arXiv},
152
- primaryClass={cs.SE}
153
- }
154
-
155
- @ONLINE{europarl-translation-instruct,
156
- title = {europarl-translation-instruct},
157
- author = {M8than, recursal.ai},
158
- year = {2024},
159
- howpublished = {\url{https://huggingface.co/datasets/recursal/europarl-translation-instruct}},
160
- }
161
-
162
- @ONLINE{europarl-conversation,
163
- title = {europarl-conversation},
164
- author = {M8than, recursal.ai},
165
- year = {2024},
166
- howpublished = {\url{https://huggingface.co/datasets/recursal/europarl-conversation}},
167
- }
168
-
169
- @ONLINE{recursalberg,
170
- title = {Recursalberg},
171
- author = {KaraKaraWitch, recursal.ai},
172
- year = {2024},
173
- howpublished = {\url{https://huggingface.co/datasets/recursal/Recursalberg}},
174
- }
175
-
176
- @ONLINE{lecturegratuits,
177
- title = {LectureGratuits},
178
- author = {Darok, KaraKaraWitch, recursal.ai},
179
- year = {2024},
180
- howpublished = {\url{https://huggingface.co/datasets/recursal/Recursalberg}},
181
- }
182
-
183
- @ONLINE{arxiv-cc0,
184
- title = {arxiv-CC0-v0.5},
185
- author = {M8than, recursal.ai},
186
- year = {2024},
187
- howpublished = {\url{https://huggingface.co/datasets/recursal/arxiv-CC0-v0.5}},
188
- }
189
-
190
- @misc{StackingExchange,
191
- title = {Stacking Exchange},
192
- author = {KaraKaraWitch, recursal.ai},
193
- year = {2024},
194
- howpublished = {\url{https://huggingface.co/datasets/recursal/StackingExchange}},
195
- }
196
-
197
- @misc{MDN,
198
- title = {MDN},
199
- author = {KaraKaraWitch, recursal.ai},
200
- year = {2024},
201
- howpublished = {\url{https://huggingface.co/datasets/recursal/MDN}},
202
- }
203
-
204
- @misc{scp-recursal,
205
- title = {SCP-Recursal},
206
- author = {Darok, KaraKaraWitch, recursal.ai},
207
- year = {2024},
208
- howpublished = {\url{https://huggingface.co/datasets/recursal/SCP-RECURSAL}},
209
- }
210
-
211
- @misc{superwiki,
212
- title = {SuperWIKI-1.5},
213
- author = {KaraKaraWitch, recursal.ai},
214
- year = {2024},
215
- howpublished = {\url{https://huggingface.co/datasets/recursal/SuperWiki-1.5}},
216
- }
217
-
218
- @misc{Devopedia,
219
- title = {Devopedia},
220
- author = {KaraKaraWitch, recursal.ai},
221
- year = {2024},
222
- howpublished = {\url{https://huggingface.co/datasets/recursal/Devopedia}},
223
- }
224
-
225
- @ONLINE{fantaticfandom,
226
- title = {FanaticFandom},
227
- author = {KaraKaraWitch, recursal.ai},
228
- year = {2024},
229
- howpublished = {\url{https://huggingface.co/datasets/recursal/FanaticFandom}},
230
- }
231
-
232
- @ONLINE{superwiki-next,
233
- title = {SuperWikiNEXT-32B},
234
- author = {KaraKaraWitch, recursal.ai},
235
- year = {2024},
236
- howpublished = {\url{https://huggingface.co/datasets/recursal/SuperWikipedia-NEXT}},
237
- }
238
-
239
-
240
- ```
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - crowdsourced
6
+ license:
7
+ - cc-by-sa-4.0
8
+ task_categories:
9
+ - text-generation
10
+ - fill-mask
11
+ task_ids:
12
+ - language-modeling
13
+ - masked-language-modeling
14
+ source_datasets:
15
+ - original
16
+ language:
17
+ - en
18
+
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: final
23
+ path: "data/*"
24
+ - config_name: chunk0
25
+ data_files:
26
+ - split: final
27
+ path: "data/dataset_chunk_0/*"
28
+ - config_name: chunk1
29
+ data_files:
30
+ - split: final
31
+ path: "data/dataset_chunk_1/*"
32
+ - config_name: chunk2
33
+ data_files:
34
+ - split: final
35
+ path: "data/dataset_chunk_2/*"
36
+ - config_name: chunk3
37
+ data_files:
38
+ - split: final
39
+ path: "data/dataset_chunk_3/*"
40
+ - config_name: chunk4
41
+ data_files:
42
+ - split: final
43
+ path: "data/dataset_chunk_4/*"
44
+ - config_name: chunk5
45
+ data_files:
46
+ - split: final
47
+ path: "data/dataset_chunk_5/*"
48
+ - config_name: chunk6
49
+ data_files:
50
+ - split: final
51
+ path: "data/dataset_chunk_6/*"
52
+ - config_name: chunk7
53
+ data_files:
54
+ - split: final
55
+ path: "data/dataset_chunk_7/*"
56
+ - config_name: chunk8
57
+ data_files:
58
+ - split: final
59
+ path: "data/dataset_chunk_8/*"
60
+ - config_name: chunk9
61
+ data_files:
62
+ - split: final
63
+ path: "data/dataset_chunk_9/*"
64
+
65
+ pretty_name: EagleX-v2-WorldContinued
66
+ ---
67
+
68
+ # Dataset Card for EagleX v2 Dataset
69
+
70
+ This dataset was used to train RWKV Eagle 7B for continued pretrain of 1.1T tokens (approximately) (boosting it to 2.25T) with the final model being released as [RWKV EagleX v2](https://huggingface.co/datasets/RWKV/v5-EagleX-v2-7B-HF).
71
+
72
+
73
+ ## Dataset Details
74
+
75
+ ### Dataset Description
76
+
77
+ EagleX-WorldContinued is a pretraining dataset built from many of our datasets over at Recursal AI + a few others.
78
+
79
+ - **Curated by:** M8than, KaraKaraWitch, Darok
80
+ - **Funded by [optional]:** Recursal.ai
81
+ - **Shared by [optional]:** M8than
82
+ - **Language(s) (NLP):** English, Chinese, Russian + 100 others
83
+ - **License:** cc-by-sa-4.0
84
+
85
+
86
+ ### Format
87
+
88
+ Dataset files are JSONL with each line representing one conversation. Each entry is keyed with the full text entry.
89
+
90
+ ### Data Splits
91
+
92
+ - final
93
+ - Contains full conversations.
94
+
95
+ The config names are dataset chunks 0 to 9. They may have slightly varied sizes because the dataset was built by document count rather than tokens/word lengnth.
96
+
97
+ ### Dataset Curators
98
+
99
+ M8than. (If something is wrong, `@m8than` on discord.)
100
+
101
+ ### Licensing Information
102
+
103
+ This release contains content from europarl.
104
+
105
+ Recursal Waifus (The banner image) are licensed under CC-BY-SA.
106
+ They do not represent the related websites in any official capacity unless otherwise or announced by the website.
107
+ You may use them as a banner image. However, you must always link back to the dataset.
108
+
109
+ ### Citation Information
110
+
111
+ ```latex
112
+ @software{penedo2024fineweb,
113
+ author = {Penedo, Guilherme and Kydlíček, Hynek and von Werra, Leandro and Wolf, Thomas},
114
+ title = {FineWeb},
115
+ month = April,
116
+ year = 2024,
117
+ doi = { 10.57967/hf/2092 },
118
+ url = {https://huggingface.co/datasets/HuggingFaceFW/fineweb}
119
+ }
120
+
121
+ @article{gao2020pile,
122
+ title={The {P}ile: An 800{GB} dataset of diverse text for language modeling},
123
+ author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
124
+ journal={arXiv preprint arXiv:2101.00027},
125
+ year={2020}
126
+ }
127
+
128
+ @misc{cerebras2023slimpajama,
129
+ author = {Soboleva, Daria and Al-Khateeb, Faisal and Myers, Robert and Steeves, Jacob R and Hestness, Joel and Dey, Nolan},
130
+ title = {{SlimPajama: A 627B token cleaned and deduplicated version of RedPajama}},
131
+ month = June,
132
+ year = 2023,
133
+ howpublished = {\url{https://www.cerebras.net/blog/slimpajama-a-627b-token-cleaned-and-deduplicated-version-of-redpajama}},
134
+ url = {https://huggingface.co/datasets/cerebras/SlimPajama-627B},
135
+ }
136
+
137
+ @misc{kudugunta2023madlad400,
138
+ title={MADLAD-400: A Multilingual And Document-Level Large Audited Dataset},
139
+ author={Sneha Kudugunta and Isaac Caswell and Biao Zhang and Xavier Garcia and Christopher A. Choquette-Choo and Katherine Lee and Derrick Xin and Aditya Kusupati and Romi Stella and Ankur Bapna and Orhan Firat},
140
+ year={2023},
141
+ eprint={2309.04662},
142
+ archivePrefix={arXiv},
143
+ primaryClass={cs.CL}
144
+ }
145
+
146
+ @misc{lozhkov2024starcoder,
147
+ title={StarCoder 2 and The Stack v2: The Next Generation},
148
+ author={Anton Lozhkov and Raymond Li and Loubna Ben Allal and Federico Cassano and Joel Lamy-Poirier and Nouamane Tazi and Ao Tang and Dmytro Pykhtar and Jiawei Liu and Yuxiang Wei and Tianyang Liu and Max Tian and Denis Kocetkov and Arthur Zucker and Younes Belkada and Zijian Wang and Qian Liu and Dmitry Abulkhanov and Indraneil Paul and Zhuang Li and Wen-Ding Li and Megan Risdal and Jia Li and Jian Zhu and Terry Yue Zhuo and Evgenii Zheltonozhskii and Nii Osae Osae Dade and Wenhao Yu and Lucas Krauß and Naman Jain and Yixuan Su and Xuanli He and Manan Dey and Edoardo Abati and Yekun Chai and Niklas Muennighoff and Xiangru Tang and Muhtasham Oblokulov and Christopher Akiki and Marc Marone and Chenghao Mou and Mayank Mishra and Alex Gu and Binyuan Hui and Tri Dao and Armel Zebaze and Olivier Dehaene and Nicolas Patry and Canwen Xu and Julian McAuley and Han Hu and Torsten Scholak and Sebastien Paquet and Jennifer Robinson and Carolyn Jane Anderson and Nicolas Chapados and Mostofa Patwary and Nima Tajbakhsh and Yacine Jernite and Carlos Muñoz Ferrandis and Lingming Zhang and Sean Hughes and Thomas Wolf and Arjun Guha and Leandro von Werra and Harm de Vries},
149
+ year={2024},
150
+ eprint={2402.19173},
151
+ archivePrefix={arXiv},
152
+ primaryClass={cs.SE}
153
+ }
154
+
155
+ @ONLINE{europarl-translation-instruct,
156
+ title = {europarl-translation-instruct},
157
+ author = {M8than, recursal.ai},
158
+ year = {2024},
159
+ howpublished = {\url{https://huggingface.co/datasets/recursal/europarl-translation-instruct}},
160
+ }
161
+
162
+ @ONLINE{europarl-conversation,
163
+ title = {europarl-conversation},
164
+ author = {M8than, recursal.ai},
165
+ year = {2024},
166
+ howpublished = {\url{https://huggingface.co/datasets/recursal/europarl-conversation}},
167
+ }
168
+
169
+ @ONLINE{recursalberg,
170
+ title = {Recursalberg},
171
+ author = {KaraKaraWitch, recursal.ai},
172
+ year = {2024},
173
+ howpublished = {\url{https://huggingface.co/datasets/recursal/Recursalberg}},
174
+ }
175
+
176
+ @ONLINE{lecturegratuits,
177
+ title = {LectureGratuits},
178
+ author = {Darok, KaraKaraWitch, recursal.ai},
179
+ year = {2024},
180
+ howpublished = {\url{https://huggingface.co/datasets/recursal/Recursalberg}},
181
+ }
182
+
183
+ @ONLINE{arxiv-cc0,
184
+ title = {arxiv-CC0-v0.5},
185
+ author = {M8than, recursal.ai},
186
+ year = {2024},
187
+ howpublished = {\url{https://huggingface.co/datasets/recursal/arxiv-CC0-v0.5}},
188
+ }
189
+
190
+ @misc{StackingExchange,
191
+ title = {Stacking Exchange},
192
+ author = {KaraKaraWitch, recursal.ai},
193
+ year = {2024},
194
+ howpublished = {\url{https://huggingface.co/datasets/recursal/StackingExchange}},
195
+ }
196
+
197
+ @misc{MDN,
198
+ title = {MDN},
199
+ author = {KaraKaraWitch, recursal.ai},
200
+ year = {2024},
201
+ howpublished = {\url{https://huggingface.co/datasets/recursal/MDN}},
202
+ }
203
+
204
+ @misc{scp-recursal,
205
+ title = {SCP-Recursal},
206
+ author = {Darok, KaraKaraWitch, recursal.ai},
207
+ year = {2024},
208
+ howpublished = {\url{https://huggingface.co/datasets/recursal/SCP-RECURSAL}},
209
+ }
210
+
211
+ @misc{superwiki,
212
+ title = {SuperWIKI-1.5},
213
+ author = {KaraKaraWitch, recursal.ai},
214
+ year = {2024},
215
+ howpublished = {\url{https://huggingface.co/datasets/recursal/SuperWiki-1.5}},
216
+ }
217
+
218
+ @misc{Devopedia,
219
+ title = {Devopedia},
220
+ author = {KaraKaraWitch, recursal.ai},
221
+ year = {2024},
222
+ howpublished = {\url{https://huggingface.co/datasets/recursal/Devopedia}},
223
+ }
224
+
225
+ @ONLINE{fantaticfandom,
226
+ title = {FanaticFandom},
227
+ author = {KaraKaraWitch, recursal.ai},
228
+ year = {2024},
229
+ howpublished = {\url{https://huggingface.co/datasets/recursal/FanaticFandom}},
230
+ }
231
+
232
+ @ONLINE{superwiki-next,
233
+ title = {SuperWikiNEXT-32B},
234
+ author = {KaraKaraWitch, recursal.ai},
235
+ year = {2024},
236
+ howpublished = {\url{https://huggingface.co/datasets/recursal/SuperWikipedia-NEXT}},
237
+ }
238
+
239
+
240
+ ```