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 invisual_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
- Replace
answerwith your exact Subtask 1 predictions for theseval_id/img_idpairs. - Update
textual_explanationwith a faithful, medically sound narrative that refers to the same ROI you ground visually. - If you produce masks or boxes, write them to
visuals/and pointdatato the relative path(s). - Keep
confidence_scorein [0, 1].
Notes
- This package does not contain actual Kvasir images or your model outputsโonly a format template.
- Ensure
val_id,img_id, andquestionmatch those from yourval_set_task2.
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support