editsql
editsql copied to clipboard
How to remove OOV and infer text directly to sql
While running run_sparc_editsql.sh script on my added data I am facing the following issue.
read_data_json data/sparc/train_no_value.json 3034
read_data_json data/sparc/dev_no_value.json 423
continue
OOV! Doc_name
continue
and I am not able to infer a direct query to SQL. Any suggestions thanks.
@Akshaysharma29 You could try our codebase which supports predicting SQL for dialogues on your custom data.
While running run_sparc_editsql.sh script on my added data I am facing the following issue.
read_data_json data/sparc/train_no_value.json 3034 read_data_json data/sparc/dev_no_value.json 423 continue OOV! Doc_name continue
and I am not able to infer a direct query to SQL. Any suggestions thanks.
@Akshaysharma29 I am currently facing the same problem, did you manage to solve it?