How to set wandb project name for trainer?

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