Running a pretrained model on real-time applications

21 views Asked by At

I'm trying to run a pretrained model called "TREQS" for converting natural language to SQL requests. Github link: https://github.com/wangpinggl/TREQS/tree/master I'm finding difficulties to implement the "app_worker" method to test the model in real-time application.

First, i tried to train the model on my own dataset. It went well. Now i just want to try the model on some real-time examples.

0

There are 0 answers