MCPcopy Create free account
hub / github.com/clinicalml/TabLLM / __init__

Method __init__

t-few/src/data/data_module.py:9–13  ·  view source on GitHub ↗
(self, config, tokenizer, dataset_reader)

Source from the content-addressed store, hash-verified

7
8class FinetuneDataModule(LightningDataModule):
9 def __init__(self, config, tokenizer, dataset_reader):
10 super().__init__()
11 self.config = config
12 self.tokenizer = tokenizer
13 self.dataset_reader = dataset_reader
14
15 def prepare_data(self):
16 # download, split, etc...

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected