Skip to content

Commit 4a3ae12

Browse files
committed
repair doc mistakes
Signed-off-by: ChengZi <[email protected]>
1 parent b118b0b commit 4a3ae12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fine_tune/6_train_language_modeling_tasks/fine_tune_gpt2_on_causal_language_modeling.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"metadata": {},
149149
"source": [
150150
"### Start training\n",
151-
"We just specify two args dict, and run method `train()` with `task='mlm'` to start training. "
151+
"We just specify two args dict, and run method `train()` with `task='clm'` to start training."
152152
]
153153
},
154154
{
@@ -1051,4 +1051,4 @@
10511051
},
10521052
"nbformat": 4,
10531053
"nbformat_minor": 5
1054-
}
1054+
}

0 commit comments

Comments
 (0)