MCPcopy Create free account
hub / github.com/ZinYY/TreeLoRA / get_train_data

Method get_train_data

utils/data/raw_datasets.py:98–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 })
97
98 def get_train_data(self):
99 if self.raw_datasets['train'] is not None:
100 return self.raw_datasets['train']
101 return None
102
103 def get_eval_data(self):
104 if self.raw_datasets['eval'] is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected