How to use Only RASA entiry extractor in local system with the trained model

Hello,

Here i need answer for 2 questions

  1. how to use only entity extractor ( i dont want intent classification, or it could be single intent)
  2. how can i use it with trained model instead hosting API and calling it.

Please help me with this query

Hi,

  1. You could use the CRF entity extractor for example. But I don’t yet see the benefit of this. You still just could use DIET and discard the intent classification or am I wrong?
  2. I don’t know any way for this other than hosting the model locally. What is actually the problem with this approach?

Greetings

You can use DIET and set intent_classification: False in the configuration.