llama-factory训练出错 #703

Open
opened 2025-04-23 10:18:35 +08:00 by leofly007 · 1 comment

老师,我的数据集是哪里配置错了吗,总是出错,请帮我查查到底是哪里有问题?

老师,我的数据集是哪里配置错了吗,总是出错,请帮我查查到底是哪里有问题?

请参考上课时,my_demo.json的格式:

[
  {
    "instruction": "你好",
    "input": "",
    "output": "您好,我是 信息中心AI助手,一个由 信息中心AI研发中心 开发的 AI 助手,很高兴认识您。请问我能为您做些什么?"
  },
  {
    "instruction": "你好",
    "input": "",
    "output": "您好,我是 信息中心AI助手,一个由 信息中心AI研发中心 打造的人工智能助手,请问有什么可以帮助您的吗?"
  }
]

其中,instruction是问题,output是答案。

请参考上课时,`my_demo.json`的格式: ``` javascript [ { "instruction": "你好", "input": "", "output": "您好,我是 信息中心AI助手,一个由 信息中心AI研发中心 开发的 AI 助手,很高兴认识您。请问我能为您做些什么?" }, { "instruction": "你好", "input": "", "output": "您好,我是 信息中心AI助手,一个由 信息中心AI研发中心 打造的人工智能助手,请问有什么可以帮助您的吗?" } ] ``` 其中,`instruction`是问题,`output`是答案。
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#703
No description provided.