You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when you start the training with `trainer.train()`, your metadata will be logged in Neptune.
334
-
335
-
**Note:** Although you can pass your **Neptune API token** and **project name** as arguments when creating the callback, the recommended way is to save them as environment variables:
|`NEPTUNE_API_TOKEN`| Your Neptune API token. To find and copy it, click your Neptune avatar and select **Get your API token**. |
340
-
|`NEPTUNE_PROJECT`| The full name of your Neptune project (`workspace-name/project-name`). To find and copy it, head to **project settings**→**Properties**. |
341
-
342
-
For detailed instructions and examples, see the [Neptune docs](https://docs.neptune.ai/integrations/transformers/).
0 commit comments