naver/sqlova

How can I evaluate the pre-trained model on WikiSQL?

Opened this issue · 1 comments

I'm trying to evaluate the pre-trained model on WikiSQL, but the instructions in the README seem to be outdated. What I've tried to do is run

python3 train.py --trained

after uncommenting lines 657-664 in train.py. But I get:

FileNotFoundError: [Errno 2] No such file or directory: './data_and_model/test_tok.jsonl'

I'm not sure where to get the test_tok.jsonl file.

I'm trying to evaluate the pre-trained model on WikiSQL, but the instructions in the README seem to be outdated. What I've tried to do is run

python3 train.py --trained

after uncommenting lines 657-664 in train.py. But I get:

FileNotFoundError: [Errno 2] No such file or directory: './data_and_model/test_tok.jsonl'

I'm not sure where to get the test_tok.jsonl file.

You can find someone else ask the same question in the history:#4