From 8a484117f5ae09243a8615f53afdc32e1a10906c Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 13:08:51 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf9389..d0b3f07 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,8 @@ python hf-inference-example.py ### Training Hugging Face 🤗 version -Prepare your dataset, edit the training example to set your dataset file and launch training. Dataset file with strings should be in UTF-8 encoding without BOM. +Prepare your dataset, edit the training example to set your dataset file and launch training. Dataset file with strings should be in UTF-8 encoding. + ![image](https://user-images.githubusercontent.com/22396871/226167997-475b806a-e257-4628-979c-d15df4b3bc5c.png) ``` python hf-training-example.py