Page cover

Logging

Weights and Biases

These are the configurations for tracking our fine tuning experiments.

Class

Description

wandb_project

Specifies the name of the project in Weights & Biases (WandB) for experiment tracking.

wandb_entity

Specifies the entity (user or organisation) in WandB under which the project will be created.

wandb_watch

A flag indicating whether to watch and log the model's progress in WandB. If set to "true," it means the experiment's progress and model performance will be actively monitored and logged in WandB.

wandb_run_id

Specifies a unique ID for the WandB run associated with this experiment.

wandb_log_model

A flag indicating whether to log the model to WandB. If set to "true," it suggests that the trained model's weights and configurations will be logged to WandB as part of the experiment's output.

Last updated

Was this helpful?