MCPcopy Create free account
hub / github.com/Felixgithub2017/MMCU / format_subject

Function format_subject

TestMOSS.py:37–42  ·  view source on GitHub ↗
(subject)

Source from the content-addressed store, hash-verified

35 return valid_substrings
36
37def format_subject(subject):
38 l = subject.split("_")
39 s = ""
40 for entry in l:
41 s += " " + entry
42 return s
43
44def format_example(df, idx, include_answer=True):
45 prompt = df.iloc[idx, 0]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected