hppRC/bert-classification-tutorial-2024
【2024年版】BERTによるテキスト分類
This project helps natural language processing engineers and researchers build text classification models. You provide a dataset of text and corresponding labels, and it produces a trained BERT model capable of categorizing new text. This is designed for those working with Japanese text data, focusing on practical implementation.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher developing custom text classification solutions for Japanese language tasks and need a robust, modern BERT implementation.
Not ideal if you are looking for a no-code solution or a general text classification tool that doesn't require programming.
Stars
30
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jul 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hppRC/bert-classification-tutorial-2024"
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?``