MCPcopy 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
16def format_data(texts: List[str]):
17 formatted = []
18 for text in texts:
19 formatted.append(number_F2H(text))
20 return formatted
21
22
23def filter(texts: List[str]):

Callers 1

build_datasetFunction · 0.85

Calls 1

number_F2HFunction · 0.85

Tested by

no test coverage detected