paraphraser
paraphraser copied to clipboard
Find the different Intents
Hi Can you please help to find out different intents that can be used to predict using the model.
Thanks in advance for the help.
Thanks for the issue, @euklein will get back to you about it soon!
You may find help in the docs and the forum, too 🤗
Hi @swebalaji, the intents can be understood as user requests or business cases you want your bot to support. So, for example, for a banking bot you can define intents like check_my_account_balance or transfer_funds. So the question which intents should be defined is dependent on your application. In general, training data for each intent should contain typical user messages you expect your bot to receive for it. For example, for check_my_account_balance you can think of something like "I would like to check my account balance". Ideally, you should not freely invent the training data but base it on previous real user utterances.
Hope that helps!
@euklein Thank you for your timely response :) Yes that helps But still curious if there are any pre defined intents already.
Thank you :)