You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, the format of ShareGPT is the same as that of LLaVA. If so, we already support the llava-to-dj and dj-to-llava format conversion tools. You can find it in the LLaVA-like format section from this document and check if it can meet your needs. If not, contact us and discuss your needs with us here.
If there are needs on SFT dataset format, please follow up. @drcege
Before Asking 在提问之前
I have read the README carefully. 我已经仔细阅读了 README 上的操作指引。
I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
Search before asking 先搜索,再提问
Question
my dataset is formed with sharegpt format, just like:
[
{"conversations": [
{"from": "user", "value": "..."},
{"from": "gpt", "value": "..."},
]
}
]
how to set the "text-keys"
Additional 额外信息
No response
The text was updated successfully, but these errors were encountered: