cdj0311/keras_bert_classification
Bert-classification and bert-dssm implementation with keras.
This project helps you classify Chinese text and find similar documents using the BERT language model. You provide your text data, and it outputs a classification for each text or a way to compare the semantic similarity between different texts. This is ideal for data scientists or NLP engineers working with Chinese language datasets.
No commits in the last 6 months.
Use this if you need to categorize Chinese text into predefined labels or build a system to identify semantically related Chinese documents.
Not ideal if you are working with languages other than Chinese or require a highly customized neural network architecture beyond what is provided for text classification and similarity.
Stars
94
Forks
27
Language
Python
License
—
Category
Last pushed
Jul 14, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cdj0311/keras_bert_classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``