Skip to content

Commit 6b0f5cd

Browse files
author
Dave Berenbaum
authored
update example notebooks (#671)
1 parent 0658cc8 commit 6b0f5cd

File tree

2 files changed

+12
-9928
lines changed

2 files changed

+12
-9928
lines changed

examples/DVCLive-HuggingFace.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
" train_dataset=small_train_dataset,\n",
107107
" eval_dataset=small_eval_dataset,\n",
108108
" compute_metrics=compute_metrics,\n",
109-
" callbacks=[DVCLiveCallback(report=\"notebook\", save_dvc_exp=True, log_model=\"last\")],\n",
109+
" callbacks=[DVCLiveCallback(report=\"notebook\", save_dvc_exp=True, log_model=True)],\n",
110110
" )\n",
111111
" trainer.train()"
112112
]

0 commit comments

Comments
 (0)