返回

openai——如何在gpt3微调JSONL上格式化QnA类型?

发布时间:2022-04-22 19:50:26 230
# json

我想在GPT3微调设计中提出一种QnA类型的格式。然而,我很难解决这个问题。提示设计似乎与微调设计截然不同。有人能举个例子来说明如何格式化gpt3微调JSONL格式吗?以下是我目前的格式:

{"prompt":"Human: Can you help with a technical problem\nAI:","completion":"I understand that you need support. Would you like self service or do you need to report an issue? Please choose a button or just type in your answer."}

以下是我在completion API中的调用方式:

  curl https://api.openai.com/v1/completions \
  -H "Authorization: Bearer " \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Human: Can you help with a technical problem\nAI:": ""}'

这个CURL调用的响应并没有给出我定义的完整性。有人会遇到这个问题吗?

特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像