MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / __repr__

Method __repr__

lit_gpt/datamodules/base.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 pass
48
49 def __repr__(self) -> str:
50 return f'{self.__class__.__name__}()'
51
52
53def get_sft_collate_fn(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected