BorealisAI / DT-Fixup

Optimizing Deeper Transformers on Small Datasets https://arxiv.org/abs/2012.15355
15 stars 10 forks source link

Model not able to preprocess? #6

Open premshanker-ai opened 2 years ago

premshanker-ai commented 2 years ago

When I run the model with the code below !python -m semparser.run --config_path config.yml --commit 0 --do_preprocess --do_training

Then the model is not able to preprocess the SQL queries. I am getting the following error image

image