How to set wandb project name for trainer?
All experiments are reported in the wandb project named âhuggingfaceâ.
I want to change the project name.
2 Likes
hi, this link explains what youâre looking for. Basically, all you need is to log into wandb and set the project name before using trainer
2 Likes
via env variable
export WANDB_PROJECT=my_prpject_name
3 Likes