How to use fatehmujtaba/microsoft-biogpt-Image-captioning-ChestXray with Transformers:
# Load model directly from transformers import AutoTokenizer, CustomVisionBioGpt tokenizer = AutoTokenizer.from_pretrained("fatehmujtaba/microsoft-biogpt-Image-captioning-ChestXray") model = CustomVisionBioGpt.from_pretrained("fatehmujtaba/microsoft-biogpt-Image-captioning-ChestXray")
The community tab is the place to discuss and collaborate with the HF community!