Closed ReamonYim closed 1 month ago
Many thanks for your bug report! We have uploaded the required modules in the dual-stage-tuning dir. These modules are based on ChatGLM2. If you want to use other LLMs, please refer to their training codes in their released repository.
Thanks again for your valuable feedback.
Dear author,
Thank you for your prompt and helpful response earlier. I followed your advice and tried to directly train the model using the provided datasets. However, when I executed the following command:
I encountered the following error:
After inspecting main.py, I found that there were missing imports for both
trainer_seq2seq
andarguments
. It appears that the trainer_seq2seq.py and arguments.py files are not present in the repository.Could you kindly confirm if these files were mistakenly omitted during upload? If so, would you be able to provide these missing files or direct me to the correct location to obtain them?
Thank you very much for your assistance!
Best regards, Reamon