WeiNyn/DIETClassifier-pytorch
DIET Classifier mini implementation on pytorch.
This tool helps businesses automatically understand customer inquiries or employee requests by simultaneously identifying the main intention behind a message and extracting key details from it. You provide it with examples of user questions and their corresponding intents and entities, and it produces a model that can process new text inputs, outputting the detected intent (like 'Holiday Application') and relevant entities (like 'leave type' or 'date'). This is for professionals who manage customer service chatbots or internal support systems and need to categorize and extract information from natural language interactions.
No commits in the last 6 months.
Use this if you need to build or enhance a system that automatically understands the specific purpose of a text message and extracts crucial pieces of information from it.
Not ideal if you primarily need general text summarization or sentiment analysis rather than specific intent and entity extraction.
Stars
46
Forks
14
Language
Python
License
MIT
Last pushed
Feb 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/WeiNyn/DIETClassifier-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch