Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NineAbyss/ZeroG
/ data
Method
data
code/dataset_benchmark.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
40
@property
41
def
data(self):
42
return
self._data
43
44
def
label_embedding(self):
45
text_model = TextModel(self.args.text_encoder)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected