dialog-nlu
dialog-nlu copied to clipboard
Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU
The idea is to add Arabic NLU Dataset and examples, opening the opportunity for more examples in non-English languages and support Arabic users.
Fix training your model without validation data by checking if validation data is None.
I realized that the Tensorflow Lite does not support inference with using Nvidia GPU. I have a device of Nvidia Jetson Xavier. My current inference is made with unoptimized transformers...
Hey, Thanks for the great repo! I am currently trying to train a NLU and tested out your `using_bert_crf_nlu` example notebook with your provided data. I have tested both Bert...