asahi417 commited on
Commit
1693d6c
1 Parent(s): c7d819f

Update lm_finetuning.py

Browse files
Files changed (1) hide show
  1. lm_finetuning.py +1 -1
lm_finetuning.py CHANGED
@@ -246,7 +246,7 @@ def main():
246
  language_model=opt.model,
247
  extra_desc= extra_desc
248
  )
249
- with open(f"{opt.model_alias}/README.md"):
250
  f.write(readme)
251
  os.system(
252
  f"cd {opt.model_alias} && git lfs install && git add . && git commit -m 'model update' && git push && cd ../")
 
246
  language_model=opt.model,
247
  extra_desc= extra_desc
248
  )
249
+ with open(f"{opt.model_alias}/README.md", "w") as f:
250
  f.write(readme)
251
  os.system(
252
  f"cd {opt.model_alias} && git lfs install && git add . && git commit -m 'model update' && git push && cd ../")