Huggingface.js 文档

接口:TokenClassificationOutputValue

Hugging Face's logo
加入 Hugging Face 社区

并获取增强文档体验

开始

接口:TokenClassificationOutputValue

属性

end

end: number

字符串中的偏移量,表示答案的位置。如果单词出现多次,可用来区分。

定义于

inference/src/tasks/nlp/tokenClassification.ts:33


entity _ group

entity_group: 字符串

正在识别的实体类型(特定于模型)。

定义在

inference/src/tasks/nlp/tokenClassification.ts:37


score

score: 数字

实体被识别的可能性。

定义在

inference/src/tasks/nlp/tokenClassification.ts:41


start

start: number

字符串中的偏移量,表示答案的位置。如果单词出现多次,可用来区分。

定义在不同范畴中

在 inference/src/tasks/nlp/tokenClassification.ts:45


word

word: string

所捕获的字符串

定义在不同范畴中

在 inference/src/tasks/nlp/tokenClassification.ts:49

< > 更新于GitHub