SupritYoung / Zhongjing

A Chinese medical ChatGPT based on LLaMa, training from large-scale pretrain corpus and multi-turn dialogue dataset.
Apache License 2.0
303 stars 29 forks source link

missing `utils.py` (找不到 utils.py模块) #18

Closed AislantVentus closed 4 months ago

AislantVentus commented 4 months ago

train_rm.py 中 有如下代码:from utils import ( PairwiseDataCollatorWithPadding, PairwisePeftTrainer, LogCallback, load_pretrained, prepare_args, prepare_data, preprocess_data, compute_accuracy, plot_loss ) 这里的 utils 模块的代码是否缺失了呢,该如何微调呢,请作者指导,麻烦您了

TianhaoCPU commented 1 month ago

作者你好,我也遇到了相同的问题,请指导,麻烦您啦