-
Notifications
You must be signed in to change notification settings - Fork 22
Description
您好,我在尝试跑通测试流程,但是发现存在:FileNotFoundError: [Errno 2] No such file or directory: 'server/toolenv2404_filtered/Social/whatsapp_scraper.json'报错,想问问您能否公布完整的工具?以及我在跑数据转换脚本时也会出现报错:
(stb) [huiyao.zhang_sx@d12-hpc-gpu-005 StableToolBench]$ bash run_convert_answer.sh
Traceback (most recent call last):
File "/aistor/hpc_stor01/home/huiyao.zhang_sx/benchmark/StableToolBench/toolbench/tooleval/convert_to_answer_format.py", line 216, in
answer_dict[qid] = process_valid_data(method,data_dict['answer_generation'])
File "/aistor/hpc_stor01/home/huiyao.zhang_sx/benchmark/StableToolBench/toolbench/tooleval/convert_to_answer_format.py", line 44, in process_valid_data
'name':message['function_call']['name'],
TypeError: 'NoneType' object is not subscriptable
请问您有没有遇到过这个问题