You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to apply the BERT-version rat-sql to execute my own queries as well as schema, which were created in my own dev.json and tables.json with a spider format. I successfully tested my own queries by using the Glove-version rat-sql but failed to do the same thing through BERT. The problem happened in the preprocess phase, where no val.jsonl files were generated in this folder: /data/spider/nl2code,output_from=true,fs=2,emb=bert,cvlink. Without these files, training and evaluation are actually impossible. I'm wondering if I miss anything necessary on preparing my own queries.
The text was updated successfully, but these errors were encountered:
I'm trying to apply the BERT-version rat-sql to execute my own queries as well as schema, which were created in my own dev.json and tables.json with a spider format. I successfully tested my own queries by using the Glove-version rat-sql but failed to do the same thing through BERT. The problem happened in the preprocess phase, where no val.jsonl files were generated in this folder: /data/spider/nl2code,output_from=true,fs=2,emb=bert,cvlink. Without these files, training and evaluation are actually impossible. I'm wondering if I miss anything necessary on preparing my own queries.
The text was updated successfully, but these errors were encountered: