Vidhi1290/Multi-Class-Text-Classification-using-BERT-Model
Predict consumer financial product categories using BERT, based on over two million customer complaints. This project involves data processing, model building with pre-trained BERT, and making predictions on new text data.
This project helps financial institutions automatically categorize customer complaints. You input raw customer complaint text, and it outputs the specific financial product category the complaint is about. This is ideal for customer service managers, compliance officers, or data analysts in the financial sector who need to quickly understand and route customer feedback.
No commits in the last 6 months.
Use this if you need to automatically sort large volumes of customer feedback or complaints into predefined product categories.
Not ideal if your goal is to analyze sentiment, extract entities, or summarize complaints rather than simply categorize them.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Vidhi1290/Multi-Class-Text-Classification-using-BERT-Model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)