File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ PaddleNLP将飞桨4D并行策略加入到Trainer API中, 用户只需修改Tra
5656
5757此项目支持了LLaMA、GPT-3、BaiChuan、Qwen 等大模型的预训练。用户切换配置config文件,即可一键运行。
5858
59- 数据详细制作流程可参考[ 此处] ( https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html ) : https://paddlenlp.readthedocs.io/zh/latest/pretraining/dataset.html
59+ 数据详细制作流程可参考[ 此处] ( https://paddlenlp.readthedocs.io/zh/latest/llm/ pretraining/dataset.html ) : https://paddlenlp.readthedocs.io/zh/latest/llm /pretraining/dataset.html
6060
6161为了方便用户运行测试本模型,本项目提供了处理好的100k条doc的训练样本:
6262``` shell
Original file line number Diff line number Diff line change 11paddleocr
22pre-commit
3- pytest
3+ pytest == 8.1.1
44parameterized
55pytest-cov
66regex
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ uvicorn
2020typer
2121rich
2222safetensors
23- tool_helpers
23+ tool_helpers ; platform_system == "Linux"
2424aistudio-sdk >= 0.1.3
2525jinja2
2626regex
You can’t perform that action at this time.
0 commit comments