MCPcopy Create free account
hub / github.com/Hzfinfdu/Diffusion-BERT / my_load

Method my_load

dataloader.py:69–70  ·  view source on GitHub ↗
(self, splits)

Source from the content-addressed store, hash-verified

67 }
68
69 def my_load(self, splits):
70 return [self._load(name) for name in splits]
71
72 @staticmethod
73 def convert_to_features(example_batch, tokenizer):

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected