Skip to content

Conversation

gautamig54
Copy link

I have added the model, dataset and the other files required for training the model.

engine.runAndWait()
intent = intentClassifier.intent_identifier(translate)
print("Intent:", intent)
intent_rasa = interpreter.parse(translate)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any use of this variable. Can we try replace intent with intent_rasa and check how better it is detecting. I would also like to see accuracy % in pr description.

@gautamig54
Copy link
Author

Hello, the rasa model is trained on data in nlu.md. We can customise it as per the needs of the chatbot. I will have to prepare a test dataset and calculate the accuracy. I will do that for both the bayesian model and the rasa toolkit and will update you with the accuracy of both. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants