MCPcopy Create free account
hub / github.com/InternScience/SciReason / Xsum_postprocess

Function Xsum_postprocess

opencompass/datasets/xsum.py:52–54  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

50
51@TEXT_POSTPROCESSORS.register_module('Xsum')
52def Xsum_postprocess(text: str) -> str:
53 text = text.strip().split('\n')[0].strip()
54 return text

Callers 1

xsum_postprocessFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected