Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZinYY/TreeLoRA
/ get_test_data
Method
get_test_data
utils/data/raw_datasets.py:108–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
return
None
107
108
def
get_test_data(self):
109
if
self.raw_datasets[
'test'
] is not None:
110
return
self.raw_datasets[
'test'
]
111
return
None
112
113
def
get_prompt(self, sample):
114
if
sample[
'prompt'
] is not None:
Callers
1
create_dataset
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected