From ccb1bb5b390b241b8ac9de1834870a6dfbcb8c07 Mon Sep 17 00:00:00 2001 From: randaller Date: Mon, 20 Mar 2023 17:54:10 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ```