| { | |
| "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|>" | |
| } | |
| } | |