RLHF-V / RLAIF-V

RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness
197 stars 6 forks source link

Error when loading datasets split #13

Closed Xuchen-Li closed 1 month ago

Xuchen-Li commented 1 month ago

Thanks for your wonderful work. When I tried to load the dataset, an error occurred. However, the data extracting process goes well. How to fix it?

OSError: Cannot find data file. Original error: [Errno 2] No such file or directory: '/path/parquet/RLAIF-V-Dataset-6ad42e80b032ac85/0.0.0/14a00e99c0d15a23649d0db8944380ac81082d4b021f398733dd84f3a6c569a7/parquet-train-00000-00000-of-NNNNN.arrow'

Thanks again!

Xuchen-Li commented 1 month ago

I have solved the problem by upgrading the version of the datasets package. Thanks again!