I do not want to use wandb. I don't even have an account. I am simply following this notebook for finetuning. I am not running the 2nd and 3 cells because I do not want to push the model to the hub.
However, when I do trainer.train() I get the following error :
I don't understand where wandb.log is being called. I even tried os.environ["WANDB_DISABLED"] = "true" but I still get the error. Please help.