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, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
692f09e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70bed344872e0a4f4dca2352564c44f44cb7a9cfcac3d878be2dd08a5fff9aba
size 440909232
|