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

Method __len__

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

Source from the content-addressed store, hash-verified

120 return {"source": source_tokens, "target": target_tokens, "mask": mask}
121
122 def __len__(self):
123 return len(self._examples)
124
125 @property
126 def num_lines(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected