hewei2001 / ReachQA

Code & Dataset for Paper: "Distill Visual Chart Reasoning Ability from LLMs to MLLMs"
https://arxiv.org/abs/2410.18798
34 stars 0 forks source link

Key error in MSDataset load #3

Open GoodMan0 opened 5 days ago

GoodMan0 commented 5 days ago

Thanks for your great work.

When I ran the training script, I met an issue shown below: 1732527388890

Is there any problem in the environment or dataset?

hewei2001 commented 5 days ago

Hi there, 👋

Thank you so much for your interest in our work!

Regarding the issue you encountered, it seems to be related to the dataset. Please note that our dataset is not hosted on the ModelScope platform. To proceed, I recommend double-checking whether the dataset has been downloaded and prepared correctly.

You can refer to our guidelines for detailed instructions on how to obtain and properly set up the dataset in swift format. If the issue persists after verifying the dataset, feel free to provide more details, and we’ll do our best to assist you.

Thanks again for reaching out, and happy training!🚀

GoodMan0 commented 5 days ago

Thanks for your reply. I have solved this REQUEST ERROR by modifying the _DATAPATH into an absolute path.