Skip to content

Commit

Permalink
Merge pull request #3471 from BUAADreamer/main
Browse files Browse the repository at this point in the history
add llava_150k en/zh mllm sft data
  • Loading branch information
hiyouga authored Apr 26, 2024
2 parents 168f566 + 456ad61 commit 8f91420
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion data/dataset_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,36 @@
"response": "text"
}
},
"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"
}
},
"oasst_de": {
"hf_hub_url": "mayflowergmbh/oasst_de"
},
Expand Down Expand Up @@ -429,4 +459,4 @@
},
"folder": "python"
}
}
}

0 comments on commit 8f91420

Please sign in to comment.