Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/GLM
/ __len__
Method
__len__
data_utils/datasets.py:620–621 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
618
return
tokens, loss_mask
619
620
def
__len__(self):
621
return
self.num_samples
622
623
def
__getitem__(self, idx):
624
# init rng
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected