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

Method seq_length

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

Source from the content-addressed store, hash-verified

527
528 @property
529 def seq_length(self):
530 return self.config.seq_length
531
532 @property
533 def tokenizer(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected