【发布时间】:2022-07-19 16:49:07
【问题描述】:
有没有类似this 哪个会像优秀的医生一样回答? 还是爱因斯坦,还是古希腊?我可以在哪个 URL 找到所有这些可能性的列表?
我刚刚发现了 GPT-3,我对它感到惊讶。
【问题讨论】:
-
为什么要关闭...??
有没有类似this 哪个会像优秀的医生一样回答? 还是爱因斯坦,还是古希腊?我可以在哪个 URL 找到所有这些可能性的列表?
我刚刚发现了 GPT-3,我对它感到惊讶。
【问题讨论】:
您可以微调已经训练好的 Transformer 模型,也可以只为 GPT-3 提供更准确的提示。
如果您通过将 Playground 中的以下文本更改为类似以下内容来更改提示:
The following is a conversation with an ancient greek professor. The professor is helpful, wise, clever, and very philosophical.
Human: Who are you?
Greek Philosopher: I am Temistocles of Milos, or at least that is who my senses have made me believe I am.
Human: What do you think about the nature of reality? Are we bound under the gods will?
Greek Philosopher:
您可能会得到更喜欢的东西,您还应该更改停止序列以适应您的提示(本例中为“人类”和“希腊哲学家”)。阅读提示 GPT-3 走向更好的方向。
【讨论】: