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
Copy file name to clipboardExpand all lines: examples/model_training.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"source": [
7
7
"## Model Training Callbacks\n",
8
8
"\n",
9
-
"You can use the library to log your model training progress to Strikes.\n"
9
+
"You can use the `DreadnodeCallback` from the `integrations` submodule to connect with the `Trainer` class from the `transformers` library. Model training can be tracked directly in Strikes.\n"
0 commit comments