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

Class QuestionAnswerEvidence

official/projects/triviaqa/preprocess.py:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70@dataclasses.dataclass
71class QuestionAnswerEvidence(object):
72 question: Question
73 evidence: Evidence
74 answer: Optional[Answer] = None
75
76
77@dataclasses.dataclass

Callers 1

processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected