From cb7a3da8a4850c3d9d02ca455454bd84dd3cd4ff Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Thu, 3 Apr 2025 23:01:45 +0200 Subject: [PATCH] fixed spelling in output models --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80441e0..aeb0837 100644 --- a/README.md +++ b/README.md @@ -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