Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想运行 GPT-3 进行文本分类。作为第一步,我使用 openai CLI 准备数据。我得到了一个 csv 文件,如下所示:
我编写了以下命令来准备数据:
openai tools fine_tunes.prepare_data -f "Path\\training_dataset.csv"
但是,我收到以下错误:
我不确定“适当地命名列/键”。有什么我应该遵循的约定吗?任何帮助将不胜感激以修复错误