18335100284
Results
2
issues of
18335100284
I want to finetune bloom_1.1b in chinese dataset, and run run_chinese.sh. But in run_chinese.sh, where is the **ds_config.json** file.
在没有全部训练完所有的step情况下,我想用中间的ckpt初步看下效果,例如: model = PeftModel.from_pretrained(model, "./output/checkpoint-1200/") 但是报错如下: ValueError: Can't find 'adapter_config.json' at './output/checkpoint-1200/' 所以在没有训练完所有step生成adapter_config.json之前,如何用中间ckpt看下效果?