How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="aehrc/medicap", trust_remote_code=True)
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("aehrc/medicap", trust_remote_code=True)
model = AutoModel.from_pretrained("aehrc/medicap", trust_remote_code=True)
Quick Links

MedICap: A Concise Model for Medical Image Captioning

MedICap is a medical image captioning encoder-to-decoder model that placed first in the ImageCLEFmedical Caption 2023 challenge: https://www.imageclef.org/2023/medical/caption (team CSIRO).

Paper:

GitHub Repository:

Notebook Example:

Downloads last month
32
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using aehrc/medicap 1

Collection including aehrc/medicap