MCPcopy Create free account
hub / github.com/OpenBMB/DecT / __init__

Method __init__

src/process_data.py:131–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 """
130
131 def __init__(self):
132 super().__init__()
133 self.labels = ["company", "school", "artist", "athlete", "politics", "transportation", "building", "river", "village", "animal", "plant", "album", "film", "book",]
134
135 def get_examples(self, data_dir, split):
136 examples = []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected