MCPcopy Create free account
hub / github.com/tensorflow/models / AnswerSpan

Class AnswerSpan

official/projects/triviaqa/preprocess.py:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96@dataclasses.dataclass
97class AnswerSpan(object):
98 begin: int # inclusive
99 end: int # inclusive
100 text: Text
101
102
103def make_paragraph(

Callers 3

find_answer_spansFunction · 0.85
realign_answer_spanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected