update readme

This commit is contained in:
LiangSong 2023-05-09 15:06:47 +08:00
parent 32583a41a7
commit 30ab306c56
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ pip install -r requirements.txt
Currently provided are the Wudao dataset open-sourced by Zhiyuan and the Pile dataset open-sourced by EleutherAI. Dataset download and processing scripts are located in the data directory.
Due to the required agreement for downloading the Wudao dataset, you may need to modify the link in download_wudao. [Wudao](https://data.baai.ac.cn/details/WuDaoCorporaText).
Thanks to @skepsun 's suggestion, using scidb to download the wudao dataset does not require login, and the download is more stable. https://github.com/s-JoL/Open-Llama/issues/42.
Thanks to [@skepsun](https://github.com/skepsun)'s suggestion, using scidb to download the wudao dataset does not require login, and the download is more stable. https://github.com/s-JoL/Open-Llama/issues/42.
**Note that data download may fail. It is recommended to divide the download and processing in the script into two parts for multiple attempts, which will automatically resume downloads from breakpoints.**

View File

@ -153,7 +153,7 @@ pip install -r requirements.txt
目前给出了智源开源的悟道数据集和EleutherAI开源的the pile数据集。数据集下载和处理代码在data目录下。
其中悟道数据集由于需要同意一些协议才能下载因此可能需要修改一下download_wudao中的链接[悟道](https://data.baai.ac.cn/details/WuDaoCorporaText)。
感谢@skepsun 的建议使用scidb下载wudao数据集不需要登陆并且下载更稳定一些。https://github.com/s-JoL/Open-Llama/issues/42
感谢[@skepsun](https://github.com/skepsun)的建议使用scidb下载wudao数据集不需要登陆并且下载更稳定一些。https://github.com/s-JoL/Open-Llama/issues/42
**注意数据下载可能出现失败建议将script中的下载和处理分成两部分来运行可以将下载多运行机会会自动断点续传。**