Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-flag_on
panelIcon:flag_on:
panelIconText:flag_on:
bgColor#FFEBE6

There are function(s) to be completed in this section!

Info

Due to how the imports are set up and because the intent and slot classifier is part of the social-interaction-cloud python package when you make changes you need to make sure to reinstall the social interaction cloud via pip install .

This assignment will guide you in building a simple yet powerful model for natural language understanding (NLU) tasks, such as identifying a user's intent and extracting key information (slots) from their input. The incomplete model is found in model.py in your repository.

...