DIET (Dual Intent and Entity Transformer) model trained for email processing.
Model Capabilities
This model can extract:
Email addresses
Subject lines
And classify intents such as:
provide_email
provide_subject
greeting
thank_you
goodbye
Usage with Rasa
python
1from rasa.core.agent import Agent
23# Load the model4agent = Agent.load('path/to/model')56# Use the model7asyncdeftest():8 result =await agent.parse_message('Email is john.doe@example.com')9print(result)
Model Information
Model source: nlu-20250424-041833-grave-grouse.tar.gz