接口: QuestionAnsweringOutput
属性
answer
• answer: string
文本中的答案字符串。
定义在
inference/src/tasks/nlp/questionAnswering.ts:16
end
• end: number
答案在上下文中停止的索引(字符串方式)。
定义在
inference/src/tasks/nlp/questionAnswering.ts:20
score
• score: number
表示答案正确可能性大小的浮点数。
定义在
inference/src/tasks/nlp/questionAnswering.ts:24
start
• start: number
答案在上下文中开始的索引(字符串方式)。
定义在
inference/src/tasks/nlp/questionAnswering.ts:28
< > 更新 on GitHub