cyk1337/BERT-Text-Classification-J
Load Tensorflow pb file using Bert/TextCNNs, an ensemble model using Java.
This project helps software developers integrate pre-trained BERT or TextCNN models into Java applications for classifying text. It takes a pre-exported TensorFlow model in `.pb` format and text input, then outputs a classification or prediction based on an ensemble of these models. This is for Java developers who need to add text classification capabilities to their applications.
No commits in the last 6 months.
Use this if you are a Java developer looking to deploy existing BERT or TextCNN text classification models for inference within your Java application.
Not ideal if you need to train new text classification models or if you are not working within a Java development environment.
Stars
11
Forks
9
Language
Java
License
—
Category
Last pushed
Aug 20, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cyk1337/BERT-Text-Classification-J"
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?``