Hi, I want to reproduce the training process but have no two datasets. Do you have plans to open source datasets?
Thx.
|
parser.add_argument('--prompt_path', type=str, default=None, help='path to the prompt dataset') |
|
parser.add_argument('--pretrain_dataset', type=str, default=None, help='path to the pretrained dataset') |
Hi, I want to reproduce the training process but have no two datasets. Do you have plans to open source datasets?
Thx.
ColossalAI/applications/Chat/examples/train_prompts.py
Lines 208 to 209 in 638a07a