MCPcopy Create free account
hub / github.com/MuLabPKU/TransArch / fmt

Function fmt

GQLA_preprint/scripts/summarize_lm_eval.py:75–75  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

73 mqa = cells.get("gqla-absorb")
74
75 def fmt(v): return f"{v*100:7.2f}%" if v is not None else " -- "
76 def dlt(a, b): return f"{(a-b)*100:+6.2f}" if (a is not None and b is not None) else " -- "
77
78 gm_diff = (

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected