Instructions to use microsoft/BiomedVLP-CXR-BERT-general with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/BiomedVLP-CXR-BERT-general with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/BiomedVLP-CXR-BERT-general")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("microsoft/BiomedVLP-CXR-BERT-general") model = AutoModelForMaskedLM.from_pretrained("microsoft/BiomedVLP-CXR-BERT-general") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
use aka.ms link for the repository 93af83c
Ozan Oktay commited on
Update README.md 726c994
Ozan Oktay commited on
Add model hyperlinks 69ba5c3
Update README.md 1efed48
Ozan Oktay commited on
Update README.md fcd5036
Ozan Oktay commited on
Update README.md 1d47dbc
Ozan Oktay commited on
Update README.md e5a7bfb
Ozan Oktay commited on
Update README.md 9ba7978
Ozan Oktay commited on
Update README.md 6c02f34
Ozan Oktay commited on
Update README.md 3f454b6
Ozan Oktay commited on
Update README.md 22738c5
Ozan Oktay commited on
Update README.md 112cead
Ozan Oktay commited on
Update README.md 688c212
Ozan Oktay commited on
Update README.md 250e296
Ozan Oktay commited on