LLMExampleFunction
该功能需要外部账户 »
LLMExampleFunction[{in1out1,in2out2,…}]
根据 few-shot 样例创建一个 LLMFunction.
LLMExampleFunction[{in1,in2,…}{out1,out2,…}]
生成同样的结果.
LLMExampleFunction[{header,training}]
在提示前加上 header.
LLMExampleFunction[prompting,form]
包括应用于响应的解释器 form.
更多信息和选项
- LLMExampleFunction 可用于使用大语言模型 (LLM) 生成文本,提示符由示例列表动态生成.
- LLMExampleFunction 需要外部服务认证、计费和互联网连接.
- LLMExampleFunction 返回一个 LLMFunction.
- LLMExampleFunction 支持 LLMFunction 的所有选项:
-
InsertionFunction TextString 在插入表达式之前应用的函数或格式 CombinerFunction StringJoin 合并 prompt 中的片段时应用的函数 Authentication Automatic 明确的用户 ID 和 API 密钥 LLMEvaluator $LLMEvaluator 要使用的 LLM 配置 - LLMEvaluator 可以设置为 LLMConfiguration 对象或与以下任一密钥的关联:
-
"MaxTokens" 生成词元的最大数量 "Model" 基础模型 "PromptDelimiter" 在提示符之间插入字符串 "Prompts" 初始提示 "StopTokens" 停止生成的词元 "Temperature" 采样温度 "ToolMethod" 用于工具调用的方法 "Tools" 要提供的 LLMTool 对象列表 "TopProbabilities" 抽样类截断 "TotalProbabilityCutoff" 抽样概率截断值(核取样) - "Model" 的有效形式包括:
-
name 命名模型 {service,name} 根据 service 的命名模型 <"Service"service,"Name"name,"Task"task > 完全指定模型 - 生成的文本是从一个分布中采样的. 可以使用 LLMEvaluator 的以下属性指定采样细节:
-
"Temperature"t Automatic 使用正数温度 t "TopProbabilities"k Automatic 只在 k 个概率最高的类别中抽样 "TotalProbabilityCutoff"p Automatic 在累计概率至少为 p 的最可能选项中进行抽样(核心抽样) - Authentication 的可能值是:
-
Automatic 自动选择验证方案 Environment 检查环境变量中的密钥 SystemCredential 检查系统钥匙串中的密钥 ServiceObject[…] 从服务对象继承验证 assoc 提供显式密钥和用户 ID - 设置 AuthenticationAutomatic,函数在 Environment 和 SystemCredential 中检验变量 ToUpperCase[service]<>"_API_KEY";否则,使用 ServiceConnect[service].
- LLMExampleFunction 使用机器学习. 在不同版本的 Wolfram 语言中,其方法、训练集和其中包含的偏差可能会发生变化,并产生不同的结果.
范例
打开所有单元关闭所有单元基本范例 (2)
Wolfram Research (2023),LLMExampleFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LLMExampleFunction.html.
文本
Wolfram Research (2023),LLMExampleFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LLMExampleFunction.html.
CMS
Wolfram 语言. 2023. "LLMExampleFunction." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/LLMExampleFunction.html.
APA
Wolfram 语言. (2023). LLMExampleFunction. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LLMExampleFunction.html 年