Skip to content

Commit b9edc1c

Browse files
authored
Merge pull request #135 from zc277584121/main
repair doc mistakes
2 parents b118b0b + 4a3ae12 commit b9edc1c

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)