Openai:缺少“提示”列/键。请确保您正确命名列/键,然后重试

发布于 2025-01-08 23:41:15 字数 602 浏览 0 评论 0 原文

我想运行 GPT-3 进行文本分类。第一步,我使用 openai CLI 准备数据。我得到了一个 csv 文件,如下所示:

在此处输入图像描述

我编写了以下命令来准备数据:

openai tools fine_tunes.prepare_data -f "Path\\training_dataset.csv"

但是,我收到以下错误:

在此处输入图像描述

我不确定“正确命名列/键” ”。我应该遵循什么约定吗?任何帮助修复错误将不胜感激

I want to run GPT-3 for text classification. As the first step, I prepare data using openai CLI. I got a csv file which looks like as follow:

enter image description here

I wrote following command for preparing the data:

openai tools fine_tunes.prepare_data -f "Path\\training_dataset.csv"

However, I got following error:

enter image description here

I am not sure about "name columns/keys appropriately". Is there any convention that I should follow? Any help would be really appreciated to fix the error

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗心遗梦遗幸福 2025-01-15 23:41:15

您可以将 csv/tsv 文件转换为 json,将标题重命名为提示和完成。

像这样:
|提示|完成 |
| -------- | -------------- |
|文本1 |结果1 |
|文本2 |结果2 |

You may convert your csv/tsv file to json, rename the header as prompt and completion.

Like this:
| prompt | completion |
| -------- | -------------- |
| text1 | result1 |
| text2 | result2 |

羞稚 2025-01-15 23:41:15

尝试将 Excel 中的“审阅文本”更改为“提示”,将“目标”更改为“完成”。

复制程序提示缺少的提示/完成并将其粘贴到列标题中

然后重试该命令。

Try changing in your excel "Review Text" to "prompt" and "target" to "completion".
OR
Copy the prompt/completion the program says is missing and paste in the column header

Then try the command again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文