MCPcopy Create free account
hub / github.com/LargeWorldModel/LWM / seq_length

Method seq_length

lwm/data.py:313–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

311
312 @property
313 def seq_length(self):
314 return self.config.seq_length
315
316 @property
317 def tokenizer(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected