Open
Description
Question
Question/Answering pipeline does not seem to return start/end index.
console output example
{ answer: 'anywhere', score: 0.8719829671013909 }
source code in pipeline.js
class QuestionAnsweringPipeline ...
// TODO add start and end?
// NOTE: HF returns character index
toReturn.push({
answer, score
});```