"launcher/vscode:/vscode.git/clone" did not exist on "e3ded361b246275cfd2393215ebb7f66c0c8527a"
Commit 40851e8d authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 01d8f47b
......@@ -84,7 +84,7 @@ pip install -r requirements_web_demo.txt -i http://mirrors.aliyun.com/pypi/simpl
迷你数据集 [assets/mm_tutorial](./assets/mm_tutorial)
预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入json文件中。每个样本对应一个字典,包含id和conversation,其中后者为一个列表。示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备:
预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入[data.json](./data.json)文件中。每个样本对应一个字典,包含id和conversation,其中后者为一个列表。示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备:
```
[
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment