Dear Author,
I hope this message finds you well. I am currently working with your project InstructMol and first want to express my appreciation for the amazing work you’ve put into it—it has been incredibly valuable for my research. However, I’ve run into an issue while running the training script and would greatly appreciate your guidance.
Issue Description
I encountered a KeyError related to the 'conversations' key in the dataset when using the DataLoader. The error occurs in a worker process, and it seems that some entries in the dataset might be missing this key, causing the script to fail.
KeyError: 'conversations'
Dear Author,
I hope this message finds you well. I am currently working with your project InstructMol and first want to express my appreciation for the amazing work you’ve put into it—it has been incredibly valuable for my research. However, I’ve run into an issue while running the training script and would greatly appreciate your guidance.
Issue Description
I encountered a KeyError related to the 'conversations' key in the dataset when using the DataLoader. The error occurs in a worker process, and it seems that some entries in the dataset might be missing this key, causing the script to fail.
KeyError: 'conversations'