Huggingface.js 文档

接口:TextGenerationStreamToken

Hugging Face's logo
加入 Hugging Face 社区

并获得增强型文档体验

开始使用

接口:TextGenerationStreamToken

属性

id

idnumber

来自模型标记器的标记 ID

定义于

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


logprob

logprobnumber

对数概率

定义于

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


special

specialboolean

该标记是否为特殊标记?可用于连接时忽略标记。

定义于

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


text

textstring

标记文本

定义于

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

< > 在 GitHub 上更新