File size: 929 Bytes
ce40000 6648ce8 ce40000 effe6d6 ce40000 8384797 ce40000 effe6d6 ce40000 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"auto_map": {
"AutoProcessor": "processing_cxrmate2.CXRMate2Processor"
},
"convert_to_rgb": false,
"embeddings_per_image": 128,
"generate_findings_token": "<|generate_findings|>",
"generate_impression_token": "<|generate_impression|>",
"image_token": "<|image|>",
"max_generated_tokens": 320,
"max_train_images_per_study": 5,
"mimic_cxr_normalisation": true,
"processor_class": "CXRMate2Processor",
"token_type_to_token": {
"comparison": "<|comparison_token_type|>",
"findings": "<|findings_token_type|>",
"history": "<|history_token_type|>",
"image": "<|image_token_type|>",
"impression": "<|impression_token_type|>",
"indication": "<|indication_token_type|>",
"prior_findings": "<|prior_findings_token_type|>",
"prior_image": "<|prior_image_token_type|>",
"prior_impression": "<|prior_impression_token_type|>",
"technique": "<|technique_token_type|>"
}
}
|