From 575e243855ff3eb2b4b0b3ec99b7387f81b72b29 Mon Sep 17 00:00:00 2001 From: kta-intel Date: Tue, 16 Jan 2024 15:34:45 -0800 Subject: [PATCH] fix preprocess step Signed-off-by: kta-intel --- openfl-tutorials/experimental/LLM/neuralchat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-tutorials/experimental/LLM/neuralchat/README.md b/openfl-tutorials/experimental/LLM/neuralchat/README.md index ec3c4a4dde..e563914230 100644 --- a/openfl-tutorials/experimental/LLM/neuralchat/README.md +++ b/openfl-tutorials/experimental/LLM/neuralchat/README.md @@ -39,7 +39,7 @@ git clone https://github.com/abachaa/MedQuAD.git From here, we provide a preprocessing code to prepare the dataset to be readily ingestible by the fine-tuning pipeline ```sh -python preprocessing data +python preprocess_dataset.py ``` ## 5: Running the tutorial