diff --git a/README.md b/README.md index 5e4a3f5..4de6290 100644 --- a/README.md +++ b/README.md @@ -185,8 +185,11 @@ Prepare your dataset, edit the training example to define your dataset file and ``` python hf-training-example.py ``` -Trained model will be saved into [./trained] folder. Now launch inference example with freshly trained model: +Trained model will be saved into [./trained] folder. Now launch chat or inference example with freshly trained model: +``` +python hf-chat-example.py +``` ``` python hf-inference-example.py ```