microsoft-biomednlp-biomedbert-base-uncased-abstract
Version: 1
MSR BiomedBERT (abstracts only)
- This model was previously named "PubMedBERT (abstracts)".
- You can either adopt the new model name "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract" or update your
transformerslibrary to version 4.22+ if you need to refer to the old name.
Citation
If you find BiomedBERT useful in your research, please cite the following paper:@misc{pubmedbert,
author = {Yu Gu and Robert Tinn and Hao Cheng and Michael Lucas and Naoto Usuyama and Xiaodong Liu and Tristan Naumann and Jianfeng Gao and Hoifung Poon},
title = {Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing},
year = {2020},
eprint = {arXiv:2007.15779},
}
microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract powered by Hugging Face Inference Toolkit
Send Request
You can use cURL or any REST Client to send a request to the AzureML endpoint with your AzureML token.curl <AZUREML_ENDPOINT_URL> \
-X POST \
-H "Authorization: Bearer <AZUREML_TOKEN>" \
-H "Content-Type: application/json" \
-d '{"inputs":"The answer to the universe is undefined."}'
Supported Parameters
- inputs (string): The text with masked tokens
- parameters (object):
- top_k (integer): When passed, overrides the number of predictions to return.
- targets (string[]): When passed, the model will limit the scores to the passed targets instead of looking up in the whole vocabulary. If the provided targets are not in the model vocab, they will be tokenized and the first resulting token will be used (with a warning, and that might be slower).
Model Specifications
LicenseMit
Last UpdatedJuly 2025
ProviderHuggingFace