mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-06 02:42:15 +08:00
add new datasets
Former-commit-id: d1e2e8430b3d21ca023d66e9ca28f7e5d2da0029
This commit is contained in:
parent
b761416dc1
commit
55b51fd7b2
@ -129,6 +129,7 @@
|
|||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
|
"hf_hub_url": "YeungNLP/firefly-train-1.1M",
|
||||||
|
"ms_hub_url": "AI-ModelScope/firefly-train-1.1M",
|
||||||
"columns": {
|
"columns": {
|
||||||
"prompt": "input",
|
"prompt": "input",
|
||||||
"response": "target"
|
"response": "target"
|
||||||
@ -151,6 +152,7 @@
|
|||||||
},
|
},
|
||||||
"adgen": {
|
"adgen": {
|
||||||
"hf_hub_url": "HasturOfficial/adgen",
|
"hf_hub_url": "HasturOfficial/adgen",
|
||||||
|
"ms_hub_url": "AI-ModelScope/adgen",
|
||||||
"columns": {
|
"columns": {
|
||||||
"prompt": "content",
|
"prompt": "content",
|
||||||
"response": "summary"
|
"response": "summary"
|
||||||
@ -168,6 +170,7 @@
|
|||||||
},
|
},
|
||||||
"ultrachat_200k": {
|
"ultrachat_200k": {
|
||||||
"hf_hub_url": "HuggingFaceH4/ultrachat_200k",
|
"hf_hub_url": "HuggingFaceH4/ultrachat_200k",
|
||||||
|
"ms_hub_url": "AI-ModelScope/ultrachat_200k",
|
||||||
"columns": {
|
"columns": {
|
||||||
"prompt": "messages",
|
"prompt": "messages",
|
||||||
"query": "role",
|
"query": "role",
|
||||||
@ -181,6 +184,7 @@
|
|||||||
},
|
},
|
||||||
"lmsys_chat": {
|
"lmsys_chat": {
|
||||||
"hf_hub_url": "lmsys/lmsys-chat-1m",
|
"hf_hub_url": "lmsys/lmsys-chat-1m",
|
||||||
|
"ms_hub_url": "AI-ModelScope/lmsys-chat-1m",
|
||||||
"columns": {
|
"columns": {
|
||||||
"prompt": "conversation",
|
"prompt": "conversation",
|
||||||
"query": "role",
|
"query": "role",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user