An English Named Entity Recognition model, trained on Maccrobat to recognize the bio-medical entities (107 entities) from a given text corpus (case reports etc.). This model was built on top of distilbert-base-uncased
Checkout the tutorial video for explanation of this model and corresponding python library:
https://youtu.be/xpiDPdBpS18
Usage
The easiest way is to load the inference api from huggingface and second method is through the pipeline object offered by transformers library.
from transformers import pipeline
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("d4data/biomedical-ner-all")
model = AutoModelForTokenClassification.from_pretrained("d4data/biomedical-ner-all")
pipe = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_strategy="simple") # pass device=0 if using gpu
pipe("""The patient reported no recurrence of palpitations at follow-up 6 months after the ablation.""")
Author
This model is part of the Research topic "AI in Biomedical field" conducted by Deepak John Reji, Shaina Raza. If you use this work (code, model or dataset), please star at:
biomedical-ner-all huggingface.co is an AI model on huggingface.co that provides biomedical-ner-all's model effect (), which can be used instantly with this d4data biomedical-ner-all model. huggingface.co supports a free trial of the biomedical-ner-all model, and also provides paid use of the biomedical-ner-all. Support call biomedical-ner-all model through api, including Node.js, Python, http.
biomedical-ner-all huggingface.co is an online trial and call api platform, which integrates biomedical-ner-all's modeling effects, including api services, and provides a free online trial of biomedical-ner-all, you can try biomedical-ner-all online for free by clicking the link below.
d4data biomedical-ner-all online free url in huggingface.co:
biomedical-ner-all is an open source model from GitHub that offers a free installation service, and any user can find biomedical-ner-all on GitHub to install. At the same time, huggingface.co provides the effect of biomedical-ner-all install, users can directly use biomedical-ner-all installed effect in huggingface.co for debugging and trial. It also supports api for free installation.