LLaMA-Factory-Mirror/data/dataset_info.json

435 lines
10 KiB
JSON
Raw Normal View History

2023-08-01 16:33:25 +08:00
{
"alpaca_en": {
2024-05-12 01:10:30 +08:00
"file_name": "alpaca_data_en_52k.json"
2023-08-01 16:33:25 +08:00
},
"alpaca_zh": {
2024-05-12 01:10:30 +08:00
"file_name": "alpaca_data_zh_51k.json"
2023-08-01 16:33:25 +08:00
},
"alpaca_gpt4_en": {
2024-05-12 01:10:30 +08:00
"file_name": "alpaca_gpt4_data_en.json"
2023-08-01 16:33:25 +08:00
},
"alpaca_gpt4_zh": {
2024-05-12 01:10:30 +08:00
"file_name": "alpaca_gpt4_data_zh.json"
2023-08-01 16:33:25 +08:00
},
2024-03-02 19:37:18 +08:00
"identity": {
2024-05-12 01:10:30 +08:00
"file_name": "identity.json"
2023-08-01 16:33:25 +08:00
},
"oaast_sft_zh": {
"file_name": "oaast_sft_zh.json",
"columns": {
"prompt": "instruction",
"query": "input",
"response": "output",
"history": "history"
}
2023-08-01 16:33:25 +08:00
},
"lima": {
"file_name": "lima.json",
"columns": {
"prompt": "instruction",
"query": "input",
"response": "output",
"history": "history"
}
2023-08-01 16:33:25 +08:00
},
2024-05-17 13:09:17 +08:00
"kto-mix-test": {
"file_name": "kto-mix-test.json",
"file_sha1": "91b59f657007dc4b17529fc643v9b9cd6d640fha",
"columns": {
"prompt": "instruction",
"response": "output",
"tag": "tag"
}
},
2024-01-23 00:10:32 +08:00
"glaive_toolcall": {
"file_name": "glaive_toolcall_10k.json",
"formatting": "sharegpt",
"columns": {
"messages": "conversations",
"tools": "tools"
}
},
2024-04-26 03:03:36 +08:00
"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"
}
},
2023-08-01 16:33:25 +08:00
"example": {
"script_url": "example_dataset",
"columns": {
"prompt": "instruction",
"query": "input",
"response": "output",
"history": "history"
}
2023-08-01 16:33:25 +08:00
},
"guanaco": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "JosephusCheung/GuanacoDataset",
2023-12-12 15:00:37 +08:00
"ms_hub_url": "AI-ModelScope/GuanacoDataset"
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"belle_2m": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "BelleGroup/train_2M_CN",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/train_2M_CN"
2023-08-01 16:33:25 +08:00
},
"belle_1m": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "BelleGroup/train_1M_CN",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/train_1M_CN"
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"belle_0.5m": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "BelleGroup/train_0.5M_CN",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/train_0.5M_CN"
2023-08-01 16:33:25 +08:00
},
"belle_dialog": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "BelleGroup/generated_chat_0.4M",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/generated_chat_0.4M"
2023-08-01 16:33:25 +08:00
},
"belle_math": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "BelleGroup/school_math_0.25M",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/school_math_0.25M"
2023-08-01 16:33:25 +08:00
},
"belle_multiturn": {
"script_url": "belle_multiturn",
2023-11-16 02:08:04 +08:00
"formatting": "sharegpt"
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"ultra_chat": {
"script_url": "ultra_chat",
2023-11-09 15:53:23 +08:00
"formatting": "sharegpt"
2023-11-02 23:10:04 +08:00
},
"open_platypus": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "garage-bAInd/Open-Platypus",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/Open-Platypus"
2023-11-02 23:10:04 +08:00
},
2023-09-13 22:30:14 +08:00
"codealpaca": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "sahil2801/CodeAlpaca-20k",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/CodeAlpaca-20k"
2023-09-13 22:30:14 +08:00
},
"alpaca_cot": {
2023-12-12 18:33:06 +08:00
"hf_hub_url": "QingyiSi/Alpaca-CoT",
"ms_hub_url": "AI-ModelScope/Alpaca-CoT"
2023-09-13 22:30:14 +08:00
},
2023-11-16 02:08:04 +08:00
"openorca": {
"hf_hub_url": "Open-Orca/OpenOrca",
2023-12-12 12:34:04 +08:00
"ms_hub_url": "AI-ModelScope/OpenOrca",
2023-11-16 02:08:04 +08:00
"columns": {
"prompt": "question",
2023-12-12 19:45:59 +08:00
"response": "response",
"system": "system_prompt"
2023-11-16 02:08:04 +08:00
}
},
2024-02-10 16:39:19 +08:00
"slimorca": {
2024-02-21 22:47:48 +08:00
"hf_hub_url": "Open-Orca/SlimOrca",
"formatting": "sharegpt"
2024-01-30 17:18:01 +08:00
},
2024-02-07 03:13:04 +08:00
"mathinstruct": {
2023-09-13 22:30:14 +08:00
"hf_hub_url": "TIGER-Lab/MathInstruct",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/MathInstruct",
2023-09-13 22:30:14 +08:00
"columns": {
"prompt": "instruction",
2023-11-02 23:10:04 +08:00
"response": "output"
2023-09-13 22:30:14 +08:00
}
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"firefly": {
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
2023-08-01 16:33:25 +08:00
"columns": {
"prompt": "input",
2023-11-02 23:10:04 +08:00
"response": "target"
}
2023-08-01 16:33:25 +08:00
},
2024-02-10 16:39:19 +08:00
"wikiqa": {
"hf_hub_url": "wiki_qa",
"columns": {
"prompt": "question",
"response": "answer"
}
},
2023-11-02 23:10:04 +08:00
"webqa": {
"hf_hub_url": "suolyer/webqa",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/webqa",
2023-08-01 16:33:25 +08:00
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "input",
"response": "output"
}
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"webnovel": {
2023-12-08 18:00:57 +08:00
"hf_hub_url": "zxbsmk/webnovel_cn",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/webnovel_cn"
2023-08-01 16:33:25 +08:00
},
2023-12-01 15:34:50 +08:00
"nectar_sft": {
2024-05-07 00:05:45 +08:00
"hf_hub_url": "AstraMindAI/SFT-Nectar",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/SFT-Nectar"
2023-12-01 15:34:50 +08:00
},
2023-12-25 18:29:34 +08:00
"deepctrl": {
"ms_hub_url": "deepctrl/deepctrl-sft-data"
},
"adgen": {
2023-08-27 20:35:32 +08:00
"hf_hub_url": "HasturOfficial/adgen",
2023-12-12 12:44:15 +08:00
"ms_hub_url": "AI-ModelScope/adgen",
2023-08-27 20:35:32 +08:00
"columns": {
"prompt": "content",
2023-11-02 23:10:04 +08:00
"response": "summary"
}
2023-08-27 20:35:32 +08:00
},
2023-11-02 23:10:04 +08:00
"sharegpt_hyper": {
"hf_hub_url": "totally-not-an-llm/sharegpt-hyperfiltered-3k",
"formatting": "sharegpt"
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"sharegpt4": {
"hf_hub_url": "shibing624/sharegpt_gpt4",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/sharegpt_gpt4",
2023-11-02 23:10:04 +08:00
"formatting": "sharegpt"
},
"ultrachat_200k": {
"hf_hub_url": "HuggingFaceH4/ultrachat_200k",
2023-12-12 12:44:15 +08:00
"ms_hub_url": "AI-ModelScope/ultrachat_200k",
2024-04-26 03:03:36 +08:00
"formatting": "sharegpt",
2023-11-02 23:10:04 +08:00
"columns": {
2024-01-18 09:54:23 +08:00
"messages": "messages"
},
"tags": {
"role_tag": "role",
"content_tag": "content",
2024-02-15 19:07:47 +08:00
"user_tag": "user",
2024-01-18 09:54:23 +08:00
"assistant_tag": "assistant"
2024-04-26 03:03:36 +08:00
}
2023-11-02 23:10:04 +08:00
},
"agent_instruct": {
"hf_hub_url": "THUDM/AgentInstruct",
2023-12-12 18:33:06 +08:00
"ms_hub_url": "ZhipuAI/AgentInstruct",
2023-11-02 23:10:04 +08:00
"formatting": "sharegpt"
},
"lmsys_chat": {
"hf_hub_url": "lmsys/lmsys-chat-1m",
2023-12-12 19:45:59 +08:00
"ms_hub_url": "AI-ModelScope/lmsys-chat-1m",
2024-04-26 03:03:36 +08:00
"formatting": "sharegpt",
2023-11-02 23:10:04 +08:00
"columns": {
2024-01-18 09:54:23 +08:00
"messages": "conversation"
},
"tags": {
"role_tag": "role",
"content_tag": "content",
"user_tag": "human",
"assistant_tag": "assistant"
2024-04-26 03:03:36 +08:00
}
2023-11-02 23:10:04 +08:00
},
"evol_instruct": {
"hf_hub_url": "WizardLM/WizardLM_evol_instruct_V2_196k",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/WizardLM_evol_instruct_V2_196k",
2023-11-02 23:10:04 +08:00
"formatting": "sharegpt"
2023-08-01 16:33:25 +08:00
},
2024-03-20 20:09:06 +08:00
"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"
}
},
2024-04-26 23:34:34 +08:00
"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"
}
},
2024-02-10 16:39:19 +08:00
"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"
},
2023-08-01 16:33:25 +08:00
"hh_rlhf_en": {
"script_url": "hh_rlhf_en",
"columns": {
"prompt": "instruction",
"response": "output",
"history": "history"
},
"ranking": true
2023-08-01 16:33:25 +08:00
},
"oaast_rm_zh": {
"file_name": "oaast_rm_zh.json",
"columns": {
"prompt": "instruction",
"query": "input",
"response": "output",
"history": "history"
},
"ranking": true
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"comparison_gpt4_en": {
"file_name": "comparison_gpt4_data_en.json",
"ranking": true
},
"comparison_gpt4_zh": {
"file_name": "comparison_gpt4_data_zh.json",
"ranking": true
},
2024-03-20 20:09:06 +08:00
"orca_rlhf": {
"file_name": "orca_rlhf.json",
"ranking": true,
"columns": {
"prompt": "question",
"response": "answer",
"system": "system"
}
},
2023-12-01 15:34:50 +08:00
"nectar_rm": {
"hf_hub_url": "AstraMindAI/RLAIF-Nectar",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/RLAIF-Nectar",
"ranking": true
},
2024-04-20 01:31:38 +08:00
"dpo_mix_en": {
"hf_hub_url": "hiyouga/DPO-En-Zh-20k",
"subset": "en",
"ranking": true,
"columns": {
"prompt": "prompt",
"response": "answer",
"system": "system",
"history": "history"
}
},
"dpo_mix_zh": {
"hf_hub_url": "hiyouga/DPO-En-Zh-20k",
"subset": "zh",
"ranking": true,
"columns": {
"prompt": "prompt",
"response": "answer",
"system": "system",
"history": "history"
}
},
"orca_dpo_de": {
2024-02-10 16:39:19 +08:00
"hf_hub_url": "mayflowergmbh/intel_orca_dpo_pairs_de",
2023-12-01 15:34:50 +08:00
"ranking": true
},
2023-08-01 16:33:25 +08:00
"wiki_demo": {
"file_name": "wiki_demo.txt",
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "text"
}
2023-08-01 16:33:25 +08:00
},
2023-12-16 16:31:30 +08:00
"c4_demo": {
"file_name": "c4_demo.json",
"columns": {
"prompt": "text"
}
},
2023-08-01 16:33:25 +08:00
"refinedweb": {
"hf_hub_url": "tiiuae/falcon-refinedweb",
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "content"
}
2023-08-01 16:33:25 +08:00
},
2023-11-02 23:10:04 +08:00
"redpajama_v2": {
"hf_hub_url": "togethercomputer/RedPajama-Data-V2",
"columns": {
"prompt": "raw_content"
},
"subset": "default"
},
2023-08-01 16:33:25 +08:00
"wikipedia_en": {
"hf_hub_url": "olm/olm-wikipedia-20221220",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/olm-wikipedia-20221220",
2023-08-01 16:33:25 +08:00
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "text"
}
2023-08-01 16:33:25 +08:00
},
"wikipedia_zh": {
"hf_hub_url": "pleisto/wikipedia-cn-20230720-filtered",
2023-12-08 18:13:26 +08:00
"ms_hub_url": "AI-ModelScope/wikipedia-cn-20230720-filtered",
2023-08-01 16:33:25 +08:00
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "completion"
}
},
"pile": {
2024-03-30 16:06:10 +08:00
"hf_hub_url": "monology/pile-uncopyrighted",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/pile",
2023-11-02 23:10:04 +08:00
"columns": {
"prompt": "text"
2024-03-30 16:06:10 +08:00
}
2023-11-02 23:10:04 +08:00
},
"skypile": {
"hf_hub_url": "Skywork/SkyPile-150B",
2024-02-10 16:39:19 +08:00
"ms_hub_url": "AI-ModelScope/SkyPile-150B",
2023-11-02 23:10:04 +08:00
"columns": {
"prompt": "text"
}
},
"the_stack": {
"hf_hub_url": "bigcode/the-stack",
2023-12-12 18:33:06 +08:00
"ms_hub_url": "AI-ModelScope/the-stack",
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "content"
}
},
2023-12-09 20:53:18 +08:00
"starcoder_python": {
"hf_hub_url": "bigcode/starcoderdata",
2023-12-12 18:33:06 +08:00
"ms_hub_url": "AI-ModelScope/starcoderdata",
"columns": {
2023-11-02 23:10:04 +08:00
"prompt": "content"
2023-12-09 20:53:18 +08:00
},
"folder": "python"
2023-08-01 16:33:25 +08:00
}
2024-05-07 00:41:04 +08:00
}