Former-commit-id: 344b9a36b2
This commit is contained in:
hiyouga
2024-06-18 23:32:18 +08:00
parent 9055e66643
commit 9e5988717d
4 changed files with 17 additions and 25 deletions

View File

@@ -252,6 +252,17 @@
"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"
},
"web_instruct": {
"hf_hub_url": "TIGER-Lab/WebInstructSub",
"columns": {
"prompt": "question",
"response": "answer"
}
},
"llava_1k_en": {
"hf_hub_url": "BUAADreamer/llava-en-zh-2k",
"subset": "en",
@@ -550,25 +561,5 @@
"prompt": "content"
},
"folder": "python"
},
"Magpie-Pro-300K-Filtered": {
"hf_hub_url": "Magpie-Align/Magpie-Pro-300K-Filtered",
"columns": {
"messages": "conversations"
},
"tags": {
"role_tag": "from",
"content_tag": "value",
"user_tag": "human",
"assistant_tag": "gpt"
},
"formatting": "sharegpt"
},
"WebInstructSub": {
"hf_hub_url": "TIGER-Lab/WebInstructSub",
"columns": {
"prompt": "question",
"response": "answer"
}
}
}
}