Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CHB-learner/NeoBert
/ __init__
Method
__init__
train.py:24–25 ·
view source on GitHub ↗
(self, features)
Source
from the content-addressed store, hash-verified
22
23
class
myDataset(Dataset):
24
def
__init__(self, features):
25
self.features = features
26
27
def
__getitem__(self, idx):
28
return
self.features[idx]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected