Open Doris0327 opened 3 days ago
Hi, please use relative path. The file is under datasets/nextgqa/gsub_test.json.
Hi, please use relative path. The file is under datasets/nextgqa/gsub_test.json.
Thank you so much for your reply! I realize now that it was my misunderstanding. Your quick and helpful response has been a great encouragement to me as a beginner. Thank you once again!
When running the evaluation script eval_next.py in test mode, I’m encountering a FileNotFoundError because the file gsub_test.json is missing from the expected path:
FileNotFoundError: [Errno 2] No such file or directory: '/root/data/datasets/nextgqa/gsub_test.json'
Questions: Could you provide guidance on where to locate gsub_test.json or how to generate it? Is there an alternative configuration or file that can be used to proceed with the evaluation? Any help would be greatly appreciated. Thank you!