HI, I am a beginner in Rasa opensource. I am trying to build a banking chatbot using handle simple activities like balance check, fund transfer, account statement, FAQs. I want to use hugging face to extract custom entities such as account numbers, transfer amounts, card numbers.
I tried watching tutorials on hugging face on youtube, but almost all of them were few years old and wasn’t on Rasa 3.X. Can you please help me or guide me towards the correct direction, so I could find a proper way to use hugging face on my bot.
Hello!
To integrate Hugging Face for custom entity extraction in Rasa 3.X, install the transformers library, create a custom entity extractor using Hugging Face models, train your Rasa model with this extractor, and integrate it into your Rasa pipeline. Refer to the Rasa documentation and check out the Hugging Face tutorial for detailed steps.