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