dialog-nlu icon indicating copy to clipboard operation
dialog-nlu copied to clipboard

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU

Results 6 dialog-nlu issues
Sort by recently updated
recently updated
newest added

The idea is to add Arabic NLU Dataset and examples, opening the opportunity for more examples in non-English languages and support Arabic users.

feature

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...

feature

provide documentation.

feature

Add unit tests

feature

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...