Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartFlowAI/TheGodOfCookery
/ format_data
Function
format_data
eval/build_eval_dataset.py:16–20 ·
view source on GitHub ↗
(texts: List[str])
Source
from the content-addressed store, hash-verified
14
15
16
def
format_data(texts: List[str]):
17
formatted = []
18
for
text in texts:
19
formatted.append(number_F2H(text))
20
return
formatted
21
22
23
def
filter(texts: List[str]):
Callers
1
build_dataset
Function · 0.85
Calls
1
number_F2H
Function · 0.85
Tested by
no test coverage detected