Upload finetune_speech.py
Browse files
examples/finetune_speech.py
CHANGED
|
@@ -799,9 +799,6 @@ trainer.train()
|
|
| 799 |
|
| 800 |
import shutil
|
| 801 |
|
| 802 |
-
# setting output dir
|
| 803 |
-
output_dir = "/workspace/output"
|
| 804 |
-
|
| 805 |
# 1. Save LoRA Adapter
|
| 806 |
model.language_model.model.save_pretrained(output_dir)
|
| 807 |
|
|
|
|
| 799 |
|
| 800 |
import shutil
|
| 801 |
|
|
|
|
|
|
|
|
|
|
| 802 |
# 1. Save LoRA Adapter
|
| 803 |
model.language_model.model.save_pretrained(output_dir)
|
| 804 |
|