From 979a26d037d7483dbda4a18b1e4a5b3d2d67fd2a Mon Sep 17 00:00:00 2001 From: fly2tomato Date: Sun, 28 Jan 2024 17:01:09 +0800 Subject: [PATCH] Update README.md Typo --- xtuner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner/README.md b/xtuner/README.md index 1120ead06..e8b55baab 100644 --- a/xtuner/README.md +++ b/xtuner/README.md @@ -429,7 +429,7 @@ python ./cli_demo.py }] ``` -🧠通过 pytho n脚本:将 `.xlsx` 中的 问题 和 回答 两列 提取出来,再放入 `.jsonL` 文件的每个 conversation 的 input 和 output 中。 +🧠通过 python 脚本:将 `.xlsx` 中的 问题 和 回答 两列 提取出来,再放入 `.jsonL` 文件的每个 conversation 的 input 和 output 中。 > 这一步的 python 脚本可以请 ChatGPT 来完成。