cxrmate-2 / processor_config.json
anicolson's picture
Update processor_config.json
8384797 verified
raw
history blame contribute delete
929 Bytes
{
"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|>"
}
}