ncbi-nlp/bluebert
BlueBERT, pre-trained on PubMed abstracts and clinical notes (MIMIC-III).
This project provides specialized language models that help analyze text from biomedical and clinical sources. It takes in medical abstracts or clinical notes and provides outputs like identified diseases, chemicals, or drug interactions. Researchers, medical professionals, and data scientists working with healthcare data would find this useful.
588 stars. No commits in the last 6 months.
Use this if you need to understand or extract specific information from large volumes of medical literature or patient records.
Not ideal if your text analysis needs are outside of the biomedical or clinical domains, as it's specifically trained for that vocabulary.
Stars
588
Forks
81
Language
Python
License
—
Category
Last pushed
Mar 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ncbi-nlp/bluebert"
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?``