Skip to content

Commit

Permalink
[README] Update OpenWebText2.md (#7078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHUI committed Sep 19, 2023
1 parent 321faf3 commit a435f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_zoo/ernie-1.0/preprocess/docs/OpenWebText2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar -xvf openwebtext2.json.zst.tar -C /path/to/openwebtext

## Llama训练数据制作

然后使用[proprecess](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-1.0/proprecess) 工具下的`create_pretraining_data.py`脚本进行数据集制作:
然后使用[preprocess](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-1.0/preprocess) 工具下的`create_pretraining_data.py`脚本进行数据集制作:
```
python -u create_pretraining_data.py \
--model_name meta-llama/Llama-2-7b \
Expand Down

0 comments on commit a435f30

Please sign in to comment.