jina-ai / jerboa

LLM finetuning
Apache License 2.0
42 stars 4 forks source link

chore: random name with model and data path name #62

Closed alaeddine-13 closed 1 year ago

alaeddine-13 commented 1 year ago

This PR changes run names. The new format is: f"{model_name}-{data_path}-{uuid}"

closes: https://github.com/jina-ai/jerboa/issues/52

alaeddine-13 commented 1 year ago

When I run an experiment with a wandb_run_name this name does not show up on the WandB dashboard, do you know why? This has happened before this commit.

hmm let me check if this still happens and come back to you