Skip to content

Commit

Permalink
fix preprocess step
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Jan 16, 2024
1 parent 2813524 commit 575e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-tutorials/experimental/LLM/neuralchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 575e243

Please sign in to comment.