Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"\n",
"W&B integration with Hugging Face can be configured to add extra functionalities:\n",
"\n",
"* auto-logging of models as artifacts: just set environment varilable `WANDB_LOG_MODEL` to `true`\n",
"* auto-logging of models as artifacts: just set environment variable `WANDB_LOG_MODEL` to `end` (or to `checkpoint` to also log every checkpoint)\n",
"* log histograms of gradients and parameters: by default gradients are logged, you can also log parameters by setting environment variable `WANDB_WATCH` to `all`\n",
"* set custom run names with `run_name` arg present in scripts or as part of `TrainingArguments`\n",
"* organize runs by project with the `WANDB_PROJECT` environment variable\n",
Expand All @@ -150,7 +150,7 @@
"metadata": {},
"outputs": [],
"source": [
"%env WANDB_LOG_MODEL=true"
"%env WANDB_LOG_MODEL=end"
]
},
{
Expand Down
Loading