DIET classifier

I am using Rasa from version 1 and major improvements I found was in Intent and Entity classification after DIET classifier. It is SOTA NLU

My question is can we use DIET classifier outside RASA , like for other NLP Task or it is only available for RASA?

1 Like

Nothing is stopping you from doing just that. In fact, if you run;

rasa run nlu --enable-api

then you’ll be able to take your trained model and host it as a webservice. There’s even a blogpost over here that explains the details of getting such a service to production in Docker.

1 Like