Open CH7auAI opened 1 year ago
in dataset folder: data/spider, dataset file/folder is missing. this [data/spider/dataset] file/folder is needed by the spider evaluation command: python evaluate_for_spider.py --path ./outputs/spider-realistic/output_wo_icl_v1_sample.jsonl --db data/spider/database --table data/spider-realistic/tables.json --etype exec
我也试了,他确实没有这些文件,/data/webqsp/subgraph_2hop_triples.npy
in dataset folder: data/spider, dataset file/folder is missing. this [data/spider/dataset] file/folder is needed by the spider evaluation command: python evaluate_for_spider.py --path ./outputs/spider-realistic/output_wo_icl_v1_sample.jsonl --db data/spider/database --table data/spider-realistic/tables.json --etype exec
Thanks for your attention! Since the large size of the "subgraph_2hop_triples.npy", I have not found a proper way to upload this file. I will try my best to find the way. Besides, the KnowledgeBase.sparql_executor is not needed to run this project.
in file structgpt_for_webqsp.py, line 10:
from KnowledgeBase.sparql_executor import *
. However, i can't find sparql_executor code definition in KnowledgeBase floder.