Replies: 1 comment
-
请问你解决了吗?我也遇到了同样的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
试着在wsl中进行Lora训练,作为小白靠着LLM们的指点在尝试,到这个地方卡住了,有根据GPT的指点修改训练脚本和配置文件但不起作用。
要是提供的信息不够请告诉我补上
声明:使用AI生成大部分正文内容
问题描述
在尝试使用
datasets
库加载本地.jsonl
文件进行微调时遇到错误。无论是使用相对路径还是绝对路径,load_dataset
函数都报告找不到数据集,好像它在尝试从 Hugging Face Hub 中加载数据集,而不是本地文件系统。错误信息
复现步骤
merge_datasets.jsonl
位于/mnt/e/rc20/ToolsRC20/ChatGLM3/ChatGLM3/finetune_demo/data
目录中。期望行为
预期
load_dataset
函数能够正确加载本地.jsonl
文件,而不是尝试从 Hugging Face Hub 加载数据集。请求帮助
希望了解如何正确使用
datasets
库来加载本地.jsonl
文件。是否存在需要调整的load_dataset
函数调用方式或参数?环境信息
jsonl数据集每行内容的示例(有些行包含多轮)
Beta Was this translation helpful? Give feedback.
All reactions