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/.meta.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ build: 1
7
7
tags:
8
8
- finetuning
9
9
description: |
10
-
This notebook introduces the [FinetuningScheduler](https://finetuning-scheduler.readthedocs.io/en/latest/api/finetuning_scheduler.fts.html#finetuning_scheduler.fts.FinetuningScheduler)
10
+
This notebook introduces the [FinetuningScheduler](https://finetuning-scheduler.readthedocs.io/en/stable/api/finetuning_scheduler.fts.html#finetuning_scheduler.fts.FinetuningScheduler)
11
11
callback and demonstrates the use of it to finetune a small foundational model on the
12
12
[RTE](https://huggingface.co/datasets/viewer/?dataset=super_glue&config=rte) task of
13
13
[SuperGLUE](https://super.gluebenchmark.com/) with iterative early-stopping defined according to a user-specified
0 commit comments