ThakrePranjal commited on
Commit
0d16335
·
verified ·
1 Parent(s): 2640c5b

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +742 -0
dataset_info.json ADDED
@@ -0,0 +1,742 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "custom_dataset": {
3
+ "hf_hub_url": "harpomaxx/unix-commands",
4
+ "columns": {
5
+ "prompt": "instruction",
6
+ "query": "input",
7
+ "response": "output"
8
+ }
9
+ },
10
+ "identity": {
11
+ "file_name": "identity.json"
12
+ },
13
+ "alpaca_en_demo": {
14
+ "file_name": "alpaca_en_demo.json"
15
+ },
16
+ "alpaca_zh_demo": {
17
+ "file_name": "alpaca_zh_demo.json"
18
+ },
19
+ "glaive_toolcall_en_demo": {
20
+ "file_name": "glaive_toolcall_en_demo.json",
21
+ "formatting": "sharegpt",
22
+ "columns": {
23
+ "messages": "conversations",
24
+ "tools": "tools"
25
+ }
26
+ },
27
+ "glaive_toolcall_zh_demo": {
28
+ "file_name": "glaive_toolcall_zh_demo.json",
29
+ "formatting": "sharegpt",
30
+ "columns": {
31
+ "messages": "conversations",
32
+ "tools": "tools"
33
+ }
34
+ },
35
+ "mllm_demo": {
36
+ "file_name": "mllm_demo.json",
37
+ "formatting": "sharegpt",
38
+ "columns": {
39
+ "messages": "messages",
40
+ "images": "images"
41
+ },
42
+ "tags": {
43
+ "role_tag": "role",
44
+ "content_tag": "content",
45
+ "user_tag": "user",
46
+ "assistant_tag": "assistant"
47
+ }
48
+ },
49
+ "mllm_audio_demo": {
50
+ "file_name": "mllm_audio_demo.json",
51
+ "formatting": "sharegpt",
52
+ "columns": {
53
+ "messages": "messages",
54
+ "audios": "audios"
55
+ },
56
+ "tags": {
57
+ "role_tag": "role",
58
+ "content_tag": "content",
59
+ "user_tag": "user",
60
+ "assistant_tag": "assistant"
61
+ }
62
+ },
63
+ "mllm_video_demo": {
64
+ "file_name": "mllm_video_demo.json",
65
+ "formatting": "sharegpt",
66
+ "columns": {
67
+ "messages": "messages",
68
+ "videos": "videos"
69
+ },
70
+ "tags": {
71
+ "role_tag": "role",
72
+ "content_tag": "content",
73
+ "user_tag": "user",
74
+ "assistant_tag": "assistant"
75
+ }
76
+ },
77
+ "mllm_video_audio_demo": {
78
+ "file_name": "mllm_video_audio_demo.json",
79
+ "formatting": "sharegpt",
80
+ "columns": {
81
+ "messages": "messages",
82
+ "videos": "videos",
83
+ "audios": "audios"
84
+ },
85
+ "tags": {
86
+ "role_tag": "role",
87
+ "content_tag": "content",
88
+ "user_tag": "user",
89
+ "assistant_tag": "assistant"
90
+ }
91
+ },
92
+ "alpaca_en": {
93
+ "hf_hub_url": "llamafactory/alpaca_en",
94
+ "ms_hub_url": "llamafactory/alpaca_en",
95
+ "om_hub_url": "HaM/alpaca_en"
96
+ },
97
+ "alpaca_zh": {
98
+ "hf_hub_url": "llamafactory/alpaca_zh",
99
+ "ms_hub_url": "llamafactory/alpaca_zh"
100
+ },
101
+ "alpaca_gpt4_en": {
102
+ "hf_hub_url": "llamafactory/alpaca_gpt4_en",
103
+ "ms_hub_url": "llamafactory/alpaca_gpt4_en"
104
+ },
105
+ "alpaca_gpt4_zh": {
106
+ "hf_hub_url": "llamafactory/alpaca_gpt4_zh",
107
+ "ms_hub_url": "llamafactory/alpaca_gpt4_zh",
108
+ "om_hub_url": "State_Cloud/alpaca-gpt4-data-zh"
109
+ },
110
+ "glaive_toolcall_en": {
111
+ "hf_hub_url": "llamafactory/glaive_toolcall_en",
112
+ "formatting": "sharegpt",
113
+ "columns": {
114
+ "messages": "conversations",
115
+ "tools": "tools"
116
+ }
117
+ },
118
+ "glaive_toolcall_zh": {
119
+ "hf_hub_url": "llamafactory/glaive_toolcall_zh",
120
+ "formatting": "sharegpt",
121
+ "columns": {
122
+ "messages": "conversations",
123
+ "tools": "tools"
124
+ }
125
+ },
126
+ "lima": {
127
+ "hf_hub_url": "llamafactory/lima",
128
+ "formatting": "sharegpt"
129
+ },
130
+ "guanaco": {
131
+ "hf_hub_url": "JosephusCheung/GuanacoDataset",
132
+ "ms_hub_url": "AI-ModelScope/GuanacoDataset"
133
+ },
134
+ "belle_2m": {
135
+ "hf_hub_url": "BelleGroup/train_2M_CN",
136
+ "ms_hub_url": "AI-ModelScope/train_2M_CN"
137
+ },
138
+ "belle_1m": {
139
+ "hf_hub_url": "BelleGroup/train_1M_CN",
140
+ "ms_hub_url": "AI-ModelScope/train_1M_CN"
141
+ },
142
+ "belle_0.5m": {
143
+ "hf_hub_url": "BelleGroup/train_0.5M_CN",
144
+ "ms_hub_url": "AI-ModelScope/train_0.5M_CN"
145
+ },
146
+ "belle_dialog": {
147
+ "hf_hub_url": "BelleGroup/generated_chat_0.4M",
148
+ "ms_hub_url": "AI-ModelScope/generated_chat_0.4M"
149
+ },
150
+ "belle_math": {
151
+ "hf_hub_url": "BelleGroup/school_math_0.25M",
152
+ "ms_hub_url": "AI-ModelScope/school_math_0.25M"
153
+ },
154
+ "open_platypus": {
155
+ "hf_hub_url": "garage-bAInd/Open-Platypus",
156
+ "ms_hub_url": "AI-ModelScope/Open-Platypus"
157
+ },
158
+ "codealpaca": {
159
+ "hf_hub_url": "sahil2801/CodeAlpaca-20k",
160
+ "ms_hub_url": "AI-ModelScope/CodeAlpaca-20k"
161
+ },
162
+ "alpaca_cot": {
163
+ "hf_hub_url": "QingyiSi/Alpaca-CoT",
164
+ "ms_hub_url": "AI-ModelScope/Alpaca-CoT"
165
+ },
166
+ "openorca": {
167
+ "hf_hub_url": "Open-Orca/OpenOrca",
168
+ "ms_hub_url": "AI-ModelScope/OpenOrca",
169
+ "columns": {
170
+ "prompt": "question",
171
+ "response": "response",
172
+ "system": "system_prompt"
173
+ }
174
+ },
175
+ "slimorca": {
176
+ "hf_hub_url": "Open-Orca/SlimOrca",
177
+ "formatting": "sharegpt"
178
+ },
179
+ "mathinstruct": {
180
+ "hf_hub_url": "TIGER-Lab/MathInstruct",
181
+ "ms_hub_url": "AI-ModelScope/MathInstruct",
182
+ "columns": {
183
+ "prompt": "instruction",
184
+ "response": "output"
185
+ }
186
+ },
187
+ "firefly": {
188
+ "hf_hub_url": "YeungNLP/firefly-train-1.1M",
189
+ "columns": {
190
+ "prompt": "input",
191
+ "response": "target"
192
+ }
193
+ },
194
+ "wikiqa": {
195
+ "hf_hub_url": "wiki_qa",
196
+ "columns": {
197
+ "prompt": "question",
198
+ "response": "answer"
199
+ }
200
+ },
201
+ "webqa": {
202
+ "hf_hub_url": "suolyer/webqa",
203
+ "ms_hub_url": "AI-ModelScope/webqa",
204
+ "columns": {
205
+ "prompt": "input",
206
+ "response": "output"
207
+ }
208
+ },
209
+ "webnovel": {
210
+ "hf_hub_url": "zxbsmk/webnovel_cn",
211
+ "ms_hub_url": "AI-ModelScope/webnovel_cn"
212
+ },
213
+ "nectar_sft": {
214
+ "hf_hub_url": "AstraMindAI/SFT-Nectar",
215
+ "ms_hub_url": "AI-ModelScope/SFT-Nectar"
216
+ },
217
+ "deepctrl": {
218
+ "ms_hub_url": "deepctrl/deepctrl-sft-data"
219
+ },
220
+ "adgen_train": {
221
+ "hf_hub_url": "HasturOfficial/adgen",
222
+ "ms_hub_url": "AI-ModelScope/adgen",
223
+ "split": "train",
224
+ "columns": {
225
+ "prompt": "content",
226
+ "response": "summary"
227
+ }
228
+ },
229
+ "adgen_eval": {
230
+ "hf_hub_url": "HasturOfficial/adgen",
231
+ "ms_hub_url": "AI-ModelScope/adgen",
232
+ "split": "validation",
233
+ "columns": {
234
+ "prompt": "content",
235
+ "response": "summary"
236
+ }
237
+ },
238
+ "sharegpt_hyper": {
239
+ "hf_hub_url": "totally-not-an-llm/sharegpt-hyperfiltered-3k",
240
+ "formatting": "sharegpt"
241
+ },
242
+ "sharegpt4": {
243
+ "hf_hub_url": "shibing624/sharegpt_gpt4",
244
+ "ms_hub_url": "AI-ModelScope/sharegpt_gpt4",
245
+ "formatting": "sharegpt"
246
+ },
247
+ "ultrachat_200k": {
248
+ "hf_hub_url": "HuggingFaceH4/ultrachat_200k",
249
+ "ms_hub_url": "AI-ModelScope/ultrachat_200k",
250
+ "split": "train_sft",
251
+ "formatting": "sharegpt",
252
+ "columns": {
253
+ "messages": "messages"
254
+ },
255
+ "tags": {
256
+ "role_tag": "role",
257
+ "content_tag": "content",
258
+ "user_tag": "user",
259
+ "assistant_tag": "assistant"
260
+ }
261
+ },
262
+ "infinity_instruct": {
263
+ "hf_hub_url": "BAAI/Infinity-Instruct",
264
+ "formatting": "sharegpt"
265
+ },
266
+ "agent_instruct": {
267
+ "hf_hub_url": "THUDM/AgentInstruct",
268
+ "ms_hub_url": "ZhipuAI/AgentInstruct",
269
+ "formatting": "sharegpt"
270
+ },
271
+ "lmsys_chat": {
272
+ "hf_hub_url": "lmsys/lmsys-chat-1m",
273
+ "ms_hub_url": "AI-ModelScope/lmsys-chat-1m",
274
+ "formatting": "sharegpt",
275
+ "columns": {
276
+ "messages": "conversation"
277
+ },
278
+ "tags": {
279
+ "role_tag": "role",
280
+ "content_tag": "content",
281
+ "user_tag": "user",
282
+ "assistant_tag": "assistant"
283
+ }
284
+ },
285
+ "evol_instruct": {
286
+ "hf_hub_url": "WizardLM/WizardLM_evol_instruct_V2_196k",
287
+ "ms_hub_url": "AI-ModelScope/WizardLM_evol_instruct_V2_196k",
288
+ "formatting": "sharegpt"
289
+ },
290
+ "glaive_toolcall_100k": {
291
+ "hf_hub_url": "hiyouga/glaive-function-calling-v2-sharegpt",
292
+ "formatting": "sharegpt",
293
+ "columns": {
294
+ "messages": "conversations",
295
+ "tools": "tools"
296
+ }
297
+ },
298
+ "cosmopedia": {
299
+ "hf_hub_url": "HuggingFaceTB/cosmopedia",
300
+ "columns": {
301
+ "prompt": "prompt",
302
+ "response": "text"
303
+ }
304
+ },
305
+ "stem_zh": {
306
+ "hf_hub_url": "hfl/stem_zh_instruction"
307
+ },
308
+ "ruozhiba_gpt4": {
309
+ "hf_hub_url": "hfl/ruozhiba_gpt4_turbo"
310
+ },
311
+ "neo_sft": {
312
+ "hf_hub_url": "m-a-p/neo_sft_phase2",
313
+ "formatting": "sharegpt"
314
+ },
315
+ "magpie_pro_300k": {
316
+ "hf_hub_url": "Magpie-Align/Magpie-Pro-300K-Filtered",
317
+ "formatting": "sharegpt"
318
+ },
319
+ "magpie_ultra": {
320
+ "hf_hub_url": "argilla/magpie-ultra-v0.1",
321
+ "columns": {
322
+ "prompt": "instruction",
323
+ "response": "response"
324
+ }
325
+ },
326
+ "web_instruct": {
327
+ "hf_hub_url": "TIGER-Lab/WebInstructSub",
328
+ "columns": {
329
+ "prompt": "question",
330
+ "response": "answer"
331
+ }
332
+ },
333
+ "openo1_sft": {
334
+ "hf_hub_url": "llamafactory/OpenO1-SFT",
335
+ "ms_hub_url": "llamafactory/OpenO1-SFT",
336
+ "columns": {
337
+ "prompt": "prompt",
338
+ "response": "response"
339
+ }
340
+ },
341
+ "open_thoughts": {
342
+ "hf_hub_url": "llamafactory/OpenThoughts-114k",
343
+ "formatting": "sharegpt",
344
+ "columns": {
345
+ "messages": "messages"
346
+ },
347
+ "tags": {
348
+ "role_tag": "role",
349
+ "content_tag": "content",
350
+ "user_tag": "user",
351
+ "assistant_tag": "assistant",
352
+ "system_tag": "system"
353
+ }
354
+ },
355
+ "open_r1_math": {
356
+ "hf_hub_url": "llamafactory/OpenR1-Math-94k",
357
+ "formatting": "sharegpt",
358
+ "columns": {
359
+ "messages": "messages"
360
+ },
361
+ "tags": {
362
+ "role_tag": "role",
363
+ "content_tag": "content",
364
+ "user_tag": "user",
365
+ "assistant_tag": "assistant",
366
+ "system_tag": "system"
367
+ }
368
+ },
369
+ "chinese_r1_distill": {
370
+ "hf_hub_url": "Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT",
371
+ "ms_hub_url": "liucong/Chinese-DeepSeek-R1-Distill-data-110k-SFT"
372
+ },
373
+ "llava_1k_en": {
374
+ "hf_hub_url": "BUAADreamer/llava-en-zh-2k",
375
+ "subset": "en",
376
+ "formatting": "sharegpt",
377
+ "columns": {
378
+ "messages": "messages",
379
+ "images": "images"
380
+ },
381
+ "tags": {
382
+ "role_tag": "role",
383
+ "content_tag": "content",
384
+ "user_tag": "user",
385
+ "assistant_tag": "assistant"
386
+ }
387
+ },
388
+ "llava_1k_zh": {
389
+ "hf_hub_url": "BUAADreamer/llava-en-zh-2k",
390
+ "subset": "zh",
391
+ "formatting": "sharegpt",
392
+ "columns": {
393
+ "messages": "messages",
394
+ "images": "images"
395
+ },
396
+ "tags": {
397
+ "role_tag": "role",
398
+ "content_tag": "content",
399
+ "user_tag": "user",
400
+ "assistant_tag": "assistant"
401
+ }
402
+ },
403
+ "llava_150k_en": {
404
+ "hf_hub_url": "BUAADreamer/llava-en-zh-300k",
405
+ "subset": "en",
406
+ "formatting": "sharegpt",
407
+ "columns": {
408
+ "messages": "messages",
409
+ "images": "images"
410
+ },
411
+ "tags": {
412
+ "role_tag": "role",
413
+ "content_tag": "content",
414
+ "user_tag": "user",
415
+ "assistant_tag": "assistant"
416
+ }
417
+ },
418
+ "llava_150k_zh": {
419
+ "hf_hub_url": "BUAADreamer/llava-en-zh-300k",
420
+ "subset": "zh",
421
+ "formatting": "sharegpt",
422
+ "columns": {
423
+ "messages": "messages",
424
+ "images": "images"
425
+ },
426
+ "tags": {
427
+ "role_tag": "role",
428
+ "content_tag": "content",
429
+ "user_tag": "user",
430
+ "assistant_tag": "assistant"
431
+ }
432
+ },
433
+ "pokemon_cap": {
434
+ "hf_hub_url": "llamafactory/pokemon-gpt4o-captions",
435
+ "formatting": "sharegpt",
436
+ "columns": {
437
+ "messages": "conversations",
438
+ "images": "images"
439
+ }
440
+ },
441
+ "mllm_pt_demo": {
442
+ "hf_hub_url": "BUAADreamer/mllm_pt_demo",
443
+ "formatting": "sharegpt",
444
+ "columns": {
445
+ "messages": "messages",
446
+ "images": "images"
447
+ },
448
+ "tags": {
449
+ "role_tag": "role",
450
+ "content_tag": "content",
451
+ "user_tag": "user",
452
+ "assistant_tag": "assistant"
453
+ }
454
+ },
455
+ "oasst_de": {
456
+ "hf_hub_url": "mayflowergmbh/oasst_de"
457
+ },
458
+ "dolly_15k_de": {
459
+ "hf_hub_url": "mayflowergmbh/dolly-15k_de"
460
+ },
461
+ "alpaca-gpt4_de": {
462
+ "hf_hub_url": "mayflowergmbh/alpaca-gpt4_de"
463
+ },
464
+ "openschnabeltier_de": {
465
+ "hf_hub_url": "mayflowergmbh/openschnabeltier_de"
466
+ },
467
+ "evol_instruct_de": {
468
+ "hf_hub_url": "mayflowergmbh/evol-instruct_de"
469
+ },
470
+ "dolphin_de": {
471
+ "hf_hub_url": "mayflowergmbh/dolphin_de"
472
+ },
473
+ "booksum_de": {
474
+ "hf_hub_url": "mayflowergmbh/booksum_de"
475
+ },
476
+ "airoboros_de": {
477
+ "hf_hub_url": "mayflowergmbh/airoboros-3.0_de"
478
+ },
479
+ "ultrachat_de": {
480
+ "hf_hub_url": "mayflowergmbh/ultra-chat_de"
481
+ },
482
+ "dpo_en_demo": {
483
+ "file_name": "dpo_en_demo.json",
484
+ "ranking": true,
485
+ "formatting": "sharegpt",
486
+ "columns": {
487
+ "messages": "conversations",
488
+ "chosen": "chosen",
489
+ "rejected": "rejected"
490
+ }
491
+ },
492
+ "dpo_zh_demo": {
493
+ "file_name": "dpo_zh_demo.json",
494
+ "ranking": true,
495
+ "formatting": "sharegpt",
496
+ "columns": {
497
+ "messages": "conversations",
498
+ "chosen": "chosen",
499
+ "rejected": "rejected"
500
+ }
501
+ },
502
+ "dpo_mix_en": {
503
+ "hf_hub_url": "llamafactory/DPO-En-Zh-20k",
504
+ "subset": "en",
505
+ "ranking": true,
506
+ "formatting": "sharegpt",
507
+ "columns": {
508
+ "messages": "conversations",
509
+ "chosen": "chosen",
510
+ "rejected": "rejected"
511
+ }
512
+ },
513
+ "dpo_mix_zh": {
514
+ "hf_hub_url": "llamafactory/DPO-En-Zh-20k",
515
+ "subset": "zh",
516
+ "ranking": true,
517
+ "formatting": "sharegpt",
518
+ "columns": {
519
+ "messages": "conversations",
520
+ "chosen": "chosen",
521
+ "rejected": "rejected"
522
+ }
523
+ },
524
+ "ultrafeedback": {
525
+ "hf_hub_url": "llamafactory/ultrafeedback_binarized",
526
+ "ms_hub_url": "llamafactory/ultrafeedback_binarized",
527
+ "ranking": true,
528
+ "columns": {
529
+ "prompt": "instruction",
530
+ "chosen": "chosen",
531
+ "rejected": "rejected"
532
+ }
533
+ },
534
+ "coig_p": {
535
+ "hf_hub_url": "m-a-p/COIG-P",
536
+ "ranking": true,
537
+ "formatting": "sharegpt",
538
+ "columns": {
539
+ "messages": "conversations",
540
+ "chosen": "chosen",
541
+ "rejected": "rejected"
542
+ }
543
+ },
544
+ "rlhf_v": {
545
+ "hf_hub_url": "llamafactory/RLHF-V",
546
+ "ranking": true,
547
+ "formatting": "sharegpt",
548
+ "columns": {
549
+ "messages": "conversations",
550
+ "chosen": "chosen",
551
+ "rejected": "rejected",
552
+ "images": "images"
553
+ }
554
+ },
555
+ "vlfeedback": {
556
+ "hf_hub_url": "Zhihui/VLFeedback",
557
+ "ranking": true,
558
+ "formatting": "sharegpt",
559
+ "columns": {
560
+ "messages": "conversations",
561
+ "chosen": "chosen",
562
+ "rejected": "rejected",
563
+ "images": "images"
564
+ }
565
+ },
566
+ "rlaif_v": {
567
+ "hf_hub_url": "openbmb/RLAIF-V-Dataset",
568
+ "ranking": true,
569
+ "columns": {
570
+ "prompt": "question",
571
+ "chosen": "chosen",
572
+ "rejected": "rejected",
573
+ "images": "image"
574
+ }
575
+ },
576
+ "orca_pairs": {
577
+ "hf_hub_url": "Intel/orca_dpo_pairs",
578
+ "ranking": true,
579
+ "columns": {
580
+ "prompt": "question",
581
+ "chosen": "chosen",
582
+ "rejected": "rejected",
583
+ "system": "system"
584
+ }
585
+ },
586
+ "nectar_rm": {
587
+ "hf_hub_url": "AstraMindAI/RLAIF-Nectar",
588
+ "ms_hub_url": "AI-ModelScope/RLAIF-Nectar",
589
+ "ranking": true
590
+ },
591
+ "orca_dpo_de": {
592
+ "hf_hub_url": "mayflowergmbh/intel_orca_dpo_pairs_de",
593
+ "ranking": true
594
+ },
595
+ "kto_en_demo": {
596
+ "file_name": "kto_en_demo.json",
597
+ "formatting": "sharegpt",
598
+ "columns": {
599
+ "messages": "messages",
600
+ "kto_tag": "label"
601
+ },
602
+ "tags": {
603
+ "role_tag": "role",
604
+ "content_tag": "content",
605
+ "user_tag": "user",
606
+ "assistant_tag": "assistant"
607
+ }
608
+ },
609
+ "kto_mix_en": {
610
+ "hf_hub_url": "argilla/kto-mix-15k",
611
+ "formatting": "sharegpt",
612
+ "columns": {
613
+ "messages": "completion",
614
+ "kto_tag": "label"
615
+ },
616
+ "tags": {
617
+ "role_tag": "role",
618
+ "content_tag": "content",
619
+ "user_tag": "user",
620
+ "assistant_tag": "assistant"
621
+ }
622
+ },
623
+ "ultrafeedback_kto": {
624
+ "hf_hub_url": "argilla/ultrafeedback-binarized-preferences-cleaned-kto",
625
+ "ms_hub_url": "AI-ModelScope/ultrafeedback-binarized-preferences-cleaned-kto",
626
+ "columns": {
627
+ "prompt": "prompt",
628
+ "response": "completion",
629
+ "kto_tag": "label"
630
+ }
631
+ },
632
+ "wiki_demo": {
633
+ "file_name": "wiki_demo.txt",
634
+ "columns": {
635
+ "prompt": "text"
636
+ }
637
+ },
638
+ "c4_demo": {
639
+ "file_name": "c4_demo.jsonl",
640
+ "columns": {
641
+ "prompt": "text"
642
+ }
643
+ },
644
+ "refinedweb": {
645
+ "hf_hub_url": "tiiuae/falcon-refinedweb",
646
+ "columns": {
647
+ "prompt": "content"
648
+ }
649
+ },
650
+ "redpajama_v2": {
651
+ "hf_hub_url": "togethercomputer/RedPajama-Data-V2",
652
+ "columns": {
653
+ "prompt": "raw_content"
654
+ },
655
+ "subset": "default"
656
+ },
657
+ "wikipedia_en": {
658
+ "hf_hub_url": "olm/olm-wikipedia-20221220",
659
+ "ms_hub_url": "AI-ModelScope/olm-wikipedia-20221220",
660
+ "columns": {
661
+ "prompt": "text"
662
+ }
663
+ },
664
+ "wikipedia_zh": {
665
+ "hf_hub_url": "pleisto/wikipedia-cn-20230720-filtered",
666
+ "ms_hub_url": "AI-ModelScope/wikipedia-cn-20230720-filtered",
667
+ "columns": {
668
+ "prompt": "completion"
669
+ }
670
+ },
671
+ "pile": {
672
+ "hf_hub_url": "monology/pile-uncopyrighted",
673
+ "ms_hub_url": "AI-ModelScope/pile",
674
+ "columns": {
675
+ "prompt": "text"
676
+ }
677
+ },
678
+ "skypile": {
679
+ "hf_hub_url": "Skywork/SkyPile-150B",
680
+ "ms_hub_url": "AI-ModelScope/SkyPile-150B",
681
+ "columns": {
682
+ "prompt": "text"
683
+ }
684
+ },
685
+ "fineweb": {
686
+ "hf_hub_url": "HuggingFaceFW/fineweb",
687
+ "columns": {
688
+ "prompt": "text"
689
+ }
690
+ },
691
+ "fineweb_edu": {
692
+ "hf_hub_url": "HuggingFaceFW/fineweb-edu",
693
+ "columns": {
694
+ "prompt": "text"
695
+ }
696
+ },
697
+ "cci3_hq": {
698
+ "hf_hub_url": "BAAI/CCI3-HQ",
699
+ "columns": {
700
+ "prompt": "text"
701
+ }
702
+ },
703
+ "cci3_data": {
704
+ "hf_hub_url": "BAAI/CCI3-Data",
705
+ "columns": {
706
+ "prompt": "text"
707
+ }
708
+ },
709
+ "cci4_base": {
710
+ "hf_hub_url": "BAAI/CCI4.0-M2-Base-v1",
711
+ "columns": {
712
+ "prompt": "text"
713
+ }
714
+ },
715
+ "cci4_cot": {
716
+ "hf_hub_url": "BAAI/CCI4.0-M2-CoT-v1",
717
+ "columns": {
718
+ "prompt": "text"
719
+ }
720
+ },
721
+ "cci4_extra": {
722
+ "hf_hub_url": "BAAI/CCI4.0-M2-Extra-v1",
723
+ "columns": {
724
+ "prompt": "text"
725
+ }
726
+ },
727
+ "the_stack": {
728
+ "hf_hub_url": "bigcode/the-stack",
729
+ "ms_hub_url": "AI-ModelScope/the-stack",
730
+ "columns": {
731
+ "prompt": "content"
732
+ }
733
+ },
734
+ "starcoder_python": {
735
+ "hf_hub_url": "bigcode/starcoderdata",
736
+ "ms_hub_url": "AI-ModelScope/starcoderdata",
737
+ "columns": {
738
+ "prompt": "content"
739
+ },
740
+ "folder": "python"
741
+ }
742
+ }