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

Function init_run

wandb_log_live_eval.py:24–30  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

22
23
24def init_run(args):
25 # Initialize meta W&B run
26 wandb.init(project=args.meta_project, name=f"{args.meta_run_name}")
27 meta_run_id = wandb.run.id
28 wandb.finish()
29 print(f"Initialized meta run with ID: {meta_run_id}")
30 return meta_run_id
31
32
33def process_data(args):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected