PathoSynVLM / labels.json
Jiahao Cheng
Release PathoSynVLM model weights
aa50ff8
Raw
History Blame Contribute Delete
704 Bytes
{
"task": "case_level_pathology_synoptic_report_generation",
"input": {
"type": "one_or_more_h5_wsi_embedding_files",
"feature_dataset": "/features/conch_v15",
"feature_dim": 768,
"patch_level": "5x_512"
},
"output_fields": [
{
"name": "diagnosis",
"label": "Diagnosis",
"type": "free_text",
"required": true
},
{
"name": "certainty",
"label": "Certainty",
"type": "free_text_or_percentage",
"required": true
},
{
"name": "conclusion",
"label": "Conclusion",
"type": "free_text",
"required": true
}
],
"expected_text_format": "Diagnosis: ...\\nCertainty: ...\\nConclusion: ..."
}