Spaces:
Runtime error
Runtime error
menouar
commited on
Commit
·
f5d0e7d
1
Parent(s):
fd7a2c0
Update the generated Notebook to push properly to HF
Browse files
utils/notebook_generator.py
CHANGED
|
@@ -334,7 +334,6 @@ trainer.train()
|
|
| 334 |
|
| 335 |
# save the PEFT model
|
| 336 |
trainer.save_model()
|
| 337 |
-
|
| 338 |
"""
|
| 339 |
code_cell = nbf.v4.new_code_cell(code)
|
| 340 |
cells.append(text_cell)
|
|
|
|
| 334 |
|
| 335 |
# save the PEFT model
|
| 336 |
trainer.save_model()
|
|
|
|
| 337 |
"""
|
| 338 |
code_cell = nbf.v4.new_code_cell(code)
|
| 339 |
cells.append(text_cell)
|