OpenAI Chat API 一些参数怎么翻译?

298 天前
 x77

下图是设置 API 参数值的界面,左边是暂时翻译,中间是值,右边调整。参数的官方原文在这里,求更容易理解的说法

model / 模型和最大代币数:
这个参数就是 OpenAI 的模型,不过中间数值是该模型的最大 Token 。

temperature / 创造性:
What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.

top-p / 准确性:
An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.

max-tokens-completion / 单次回复可以消耗的最大代币数:
The maximum number of tokens to generate in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. Example Python code for counting tokens.

presence-penalty / 话题分散性:
Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.

frequency-penalty / 强调观点:
Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.

996 次点击
所在节点    程序员
5 条回复
airyland
298 天前
一般会把 temperature 译为思维发散性。
shinyzhu
297 天前
能调 API 的都直接给原文。
lovestudykid
297 天前
直译最好
fakeJas0n
297 天前
x77
297 天前
@fakeJas0n

微软云的文档没见简短描述啊,只看到那个较长的参数含义说明

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/957804

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX