From 968423393da635f5938e8d20cb2bb70f109dbaa7 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 12:58:06 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bba3547..4666b94 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Prepare your dataset, edit the training example to set your dataset file and lau ``` python hf-training-example.py ``` -Trained model will be saved into [./trained] folder. Now you may edit inference example to load your trained model and run inference with: +Trained model will be saved into [./trained] folder. Now you may launch inference example with freshly trained model and run inference with: ``` python hf-inference-example.py