File size: 1,440 Bytes
6f7f115 0e5254f 6f7f115 51e91da 0e5254f 6f7f115 9691248 6f7f115 9691248 6f7f115 9691248 6f7f115 688909e 7aad7e4 688909e 6f7f115 e39d37c 51e91da 6f7f115 9691248 6f7f115 |
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
{
"architectures": [
"CXRMateEDModel"
],
"auto_map": {
"AutoConfig": "configuration_cxrmate_ed.CXRMateEDConfig",
"AutoModel": "modelling_cxrmate_ed.CXRMateEDModel"
},
"decoder": {
"add_time_deltas": true,
"hidden_size": 768,
"history": 0,
"include_time_delta": true,
"index_value_encoder_intermediate_size": 2048,
"intermediate_size": 3072,
"is_decoder": true,
"model_type": "llama",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"num_key_value_heads": 12,
"pad_token_id": 4,
"prompt_report_sections_filter": [
"indication",
"history"
],
"tables_filter": [
"mimic_cxr_sectioned",
"triage",
"medrecon"
],
"time_delta_monotonic_inversion": true,
"vocab_size": 30000
},
"encoder": {
"_name_or_path": "aehrc/uniformer_base_tl_384",
"architectures": [
"UniFormerModel"
],
"auto_map": {
"AutoConfig": "aehrc/uniformer_base_tl_384--configuration_uniformer.UniFormerWithProjectionHeadConfig",
"AutoModel": "aehrc/uniformer_base_tl_384--modelling_uniformer.UniFormerModel"
},
"init_value": 1e-06,
"layer_scale": false,
"model_type": "uniformer",
"projection_size": 768,
"torch_dtype": "float32"
},
"is_encoder_decoder": false,
"model_type": "cxrmate-ed",
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.39.3"
}
|