Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
123da5a2
Commit
123da5a2
authored
Jul 17, 2019
by
yzy5630
Browse files
fix errors for lm_finetuning examples
parent
60a1bdcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
examples/lm_finetuning/finetune_on_pregenerated.py
examples/lm_finetuning/finetune_on_pregenerated.py
+8
-7
No files found.
examples/lm_finetuning/finetune_on_pregenerated.py
View file @
123da5a2
...
...
@@ -325,6 +325,7 @@ def main():
global_step
+=
1
# Save a trained model
if
torch
.
distributed
.
get_rank
()
==
0
:
logging
.
info
(
"** ** * Saving fine-tuned model ** ** * "
)
model_to_save
=
model
.
module
if
hasattr
(
model
,
'module'
)
else
model
# Only save the model it-self
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment