All - Activity - varun-nathan - Rasa Community Forum
Multiple Agents with a common NLU model
Hi,
I am building a conversational bot that can automate Gsuite related tasks such as creating email ids, mailing groups, adding folks to DL etc.
If I want to have 1 NLU model and multiple dialog models working together, how do I go about it? Let me explain the business use case: The slot requireme…
How to use Flair models in Rasa for entity extraction
@erohmensing, I got my custom Flair based entity extractor and fasttext based intent detector working. Thanks!
I have another question and I would appreciate your thoughts on that.
If I want to have 1 NLU model and multiple dialog models working together, how do I go about it? Let me explain the bus…
How to use Flair models in Rasa for entity extraction
Thanks a lot @erohmensing. I have started looking at the custom components page.
Appreciate your help.
Introduce yourself!
Hi there,
I’m Varun and I’m a data scientist at Freshworks which is an Enterprise SaaS customer engagement company. I have been working on chatbots for over a year. We started off with an FAQ retrieval bot and I’m currently working on building conversational chatbots for a variety of usecases. I ha…
How to use Flair models in Rasa for entity extraction
Hey,
I am building a conversational bot that can automate Gsuite related tasks such as creating email ids, mailing groups, adding folks to DL etc.
I experimented with some models for intent detection and entity extraction and here are my findings:
a) For intent detection, which is a multiclass class…