Instructions to use microsoft/BiomedVLP-BioViL-T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/BiomedVLP-BioViL-T with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="microsoft/BiomedVLP-BioViL-T", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/BiomedVLP-BioViL-T", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload biovil_t_image_model_proj_size_128.pt 301f526
Update README.md fc335c4
Update README.md c4dd911
Update README.md 7ea37f4
Update README.md a0adb7d
Upload biovil_t_image_model_proj_size_128.pt 371998e
add tokenizer aa3e0cb
Ozan Oktay commited on
add model 1cb4998
Ozan Oktay commited on
Update the readme -- Out of scope use cases. 2194015
Update README.md c3d8060
Update README.md a3e25dc
initial commit 4a450e1
Ozan Oktay commited on