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

Class Paragraph

official/projects/triviaqa/preprocess.py:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90@dataclasses.dataclass
91class Paragraph(object):
92 sentences: List[sentencepiece_pb2.SentencePieceText]
93 size: int
94
95
96@dataclasses.dataclass

Callers 1

make_paragraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected