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
File size: 741 Bytes
aa3e0cb | 1 | {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "name_or_path": "/home/ozoktay/workspace/JointChestXray/outputs/HD_314be72c-1a98-4f41-b955-eb053e18021f_0/outputs/chexpert/unsupervised/unsupervised_impression_vit/checkpoints/huggingface_models", "special_tokens_map_file": "/mnt/batch/tasks/shared/LS_root/jobs/innereye4ws/azureml/hd_314be72c-1a98-4f41-b955-eb053e18021f_0/wd/azureml/HD_314be72c-1a98-4f41-b955-eb053e18021f_0/pretrained_models/pretrained_bert_models/pubmed_mimic_bert_base/special_tokens_map.json", "tokenizer_class": "BertTokenizer"} |