develop #11

Merged
Fabel merged 22 commits from develop into main 2025-04-04 20:12:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cb7a3da8a4 - Show all commits

View File

@ -51,7 +51,7 @@ dataset_params = {
trainer.load_data(dataset_params=dataset_params, batch_size=1)
# Fine-tune the model
trainer.finetune(output_path="trained_models")
trainer.finetune(output_path="trained_model")
```
## Dataset