Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
class
Paragraph(object):
92
sentences: List[sentencepiece_pb2.SentencePieceText]
93
size: int
94
95
96
@dataclasses.dataclass
Callers
1
make_paragraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected