Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
class
QuestionAnswerEvidence(object):
72
question: Question
73
evidence: Evidence
74
answer: Optional[Answer] = None
75
76
77
@dataclasses.dataclass
Callers
1
process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected