TrainerCallback.
VesslCallback
VesslCallback extends TrainerCallback in Transformers, which can define the behaviors of Trainer during the training.
Add VesslCallback to callback parameter of Trainer class, so that the metrics logged by trainer are tracked by VESSL as well.
You can add instantiated VesslCallback to use another organization and project.
| Parameter | Description |
|---|---|
access_token | Access token to override. |
organization_name | Organization name to override. |
project_name | Project name to override. |
credentials_file | Credential file to access the organization and the project |
force_update_access_token | True if force update access token |

