You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

MEDICO 2025 โ€” Task 2 Sample Submission (10 examples)

This archive demonstrates the submission format for Subtask 2 on 10 toy samples.
Replace placeholders with your actual outputs.

Files

  • sample_submission_task2.jsonl โ€” 10 rows, one per validation example.
  • visuals/val_####_heatmap.png โ€” example heatmaps referenced in visual_explanation.

JSONL Schema (per line)

{
  "val_id": 0,
  "img_id": "UNIQUE_IMAGE_IDENTIFIER",
  "question": "Original question posed to the model.",
  "answer": "Prediction from your model from Subtask 1 (exact string).",
  "textual_explanation": "Clinician-oriented reasoning referencing visual cues.",
  "visual_explanation": [{"type":"heatmap|segmentation_mask|bounding_box|etc.","data":"path/to.png|[[x1,y1,x2,y2]]","description":"(Optional) what it highlights"}],
  "confidence_score": 0.92
}

Field Requirements

  • img_id / question / answer โ†’ Must match Subtask 1 data and predictions exactly.
  • textual_explanation (Mandatory) โ†’ Use clinical language referencing location, morphology, color, size, vascular pattern, etc.
  • visual_explanation (Optional but encouraged) โ†’ Heatmaps / masks / bounding boxes linked to the textual explanation.
  • confidence_score (Optional but encouraged) โ†’ Float in [0, 1], estimated from your model (e.g., calibrated softmax, MC-dropout, temperature scaling).

How to use

  1. Replace answer with your exact Subtask 1 predictions for these val_id/img_id pairs.
  2. Update textual_explanation with a faithful, medically sound narrative that refers to the same ROI you ground visually.
  3. If you produce masks or boxes, write them to visuals/ and point data to the relative path(s).
  4. Keep confidence_score in [0, 1].

Notes

  • This package does not contain actual Kvasir images or your model outputsโ€”only a format template.
  • Ensure val_id, img_id, and question match those from your val_set_task2.
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support