WGLab/Bioformer
Bioformer: an efficient BERT model for biomedical text mining
This project helps biomedical researchers and data scientists extract meaningful information from large volumes of scientific literature. It takes medical abstracts and full-text articles as input, and outputs text embeddings optimized for understanding biomedical concepts. This is ideal for anyone working with biomedical text who needs efficient and accurate natural language processing.
No commits in the last 6 months.
Use this if you need to analyze large datasets of biomedical text quickly and accurately, and are looking for a more memory-efficient alternative to existing models.
Not ideal if your primary focus is on general domain text analysis or if you prefer models not based on the BERT architecture.
Stars
55
Forks
6
Language
—
License
Apache-2.0
Category
Last pushed
Feb 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/WGLab/Bioformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow