sitammeur commited on
Commit
06a0dde
·
verified ·
1 Parent(s): a2cda0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -41,8 +41,9 @@ with gr.Blocks(title="MedSigLIP Classifier") as demo:
41
  gr.Markdown(
42
  """
43
  # MedSigLIP Zero-Shot Classification
44
- MedSigLIP is a medical version of SigLIP, trained to map medical images and text into a shared embedding space. It features 400M vision + 400M text encoders, supports 448×448 images and 64 text tokens, and is trained on diverse de-identified medical image–text pairs plus natural images. Best suited for medical image interpretation without text generation — e.g., data-efficient classification, zero-shot classification, and semantic image retrieval. For applications requiring report or text generation, MedGemma is recommended.
45
-
 
46
  ## Links
47
  * Model Page: https://huggingface.co/google/medsiglip-448
48
  * Model Documentation: https://developers.google.com/health-ai-developer-foundations/medsiglip
 
41
  gr.Markdown(
42
  """
43
  # MedSigLIP Zero-Shot Classification
44
+ MedSigLIP is a medical adaptation of SigLIP that embeds medical images and text into a shared space. It uses 400M vision + 400M text encoders, supports 448×448 images and 64 text tokens, and is trained on broad de-identified medical image–text pairs plus natural images.
45
+ Best for medical image tasks like data-efficient classification, zero-shot classification, and semantic retrieval.
46
+
47
  ## Links
48
  * Model Page: https://huggingface.co/google/medsiglip-448
49
  * Model Documentation: https://developers.google.com/health-ai-developer-foundations/medsiglip