Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/DecT
/ __init__
Method
__init__
src/process_data.py:157–159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
155
""
"
156
157
def
__init__(self):
158
super().__init__()
159
self.labels = [
"negative"
,
"positive"
]
160
161
def
get_examples(self, data_dir, split):
162
examples = []
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected