MCPcopy Create free account
hub / github.com/AnswerDotAI/ModernBERT / format_job_name

Function format_job_name

eval.py:450–453  ·  view source on GitHub ↗

Formats the job name for pretty printing.

(job_name: str)

Source from the content-addressed store, hash-verified

448
449
450def format_job_name(job_name: str) -> str:
451 """Formats the job name for pretty printing."""
452 dict_output = get_values_from_path(job_name, separator="_")
453 return f'{dict_output["task"].upper()}(seed={dict_output["seed"]})'
454
455
456def _print_table(results: Dict[str, Dict[str, Any]]):

Callers 1

_print_tableFunction · 0.70

Calls 1

get_values_from_pathFunction · 0.70

Tested by

no test coverage detected