Huggingface.js 文档

接口:TextGenerationStreamPrefillToken

Hugging Face's logo
加入 Hugging Face 社区

并获得增强文档体验

开始使用

接口: TextGenerationStreamPrefillToken

属性

id

id: number

来自模型标记器的令牌 ID

定义于

inference/src/tasks/nlp/textGenerationStream.ts:21


logprob

可选 logprob: number

Logprob 是可选的,因为第一个令牌的 logprob 无法计算

定义于

inference/src/tasks/nlp/textGenerationStream.ts:28


text

text: string

令牌文本

定义于

inference/src/tasks/nlp/textGenerationStream.ts:23

< > 更新 在 GitHub 上