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

Function dlt

GQLA_preprint/scripts/summarize_lm_eval.py:76–76  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

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 = (
79 f"{abs(gqla - mqa)*100:7.4f}"

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected