MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / num_lines

Method num_lines

Language_Model/utils/wikitext2.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124
125 @property
126 def num_lines(self):
127 return len(self._sizes) + 1
128
129 @property
130 def num_tokens(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected