Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SciReason
/ parse_args
Function
parse_args
opencompass/tasks/subjective_eval.py:450–454 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
449
450
def
parse_args():
451
parser = argparse.ArgumentParser(description=
'Score Calculator'
)
452
parser.add_argument(
'config'
, help=
'Config file path'
)
453
args = parser.parse_args()
454
return
args
455
456
457
if
__name__ ==
'__main__'
:
Callers
1
subjective_eval.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected