BoxWorks 2024でコンテンツとAIの可能性について紹介します。
詳細を表示AI LLM endpoint params AWS object
aws_params
The type of the AI LLM endpoint params object for AWS. This parameter is required.
次の値に固定: aws_params
0.5
0
1
What sampling temperature to use, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or top_p
but not both.
0.5
0
1
temperatureによるサンプリングの代替手段 (核サンプリングと呼ばれます)。この場合、モデルはtop_p
の確率質量を持つトークンの結果を考慮します。つまり、0.1の場合は、上位10%の確率質量で構成されるトークンのみが考慮されます。一般的には、この値とtemperatureの両方ではなく、いずれかを変更することをお勧めします。
{
"type": "aws_params",
"temperature": 0.5,
"top_p": 0.5
}