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: lightning_examples/finetuning-scheduler/finetuning-scheduler.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
# ---
16
16
17
17
# %% [markdown]
18
-
# # Scheduled Finetuning
18
+
# ## Scheduled Finetuning
19
19
#
20
20
# <div style="display:inline" id="a1">
21
21
#
@@ -150,7 +150,7 @@
150
150
# %% [markdown]
151
151
# <div id="superglue"></div>
152
152
#
153
-
# # Scheduled Finetuning For SuperGLUE
153
+
# ## Scheduled Finetuning For SuperGLUE
154
154
#
155
155
# The following example demonstrates the use of ``FinetuningScheduler`` to finetune a small foundational model on the [RTE](https://huggingface.co/datasets/viewer/?dataset=super_glue&config=rte) task of [SuperGLUE](https://super.gluebenchmark.com/). Iterative early-stopping will be applied according to a user-specified schedule.
0 commit comments