PathoSynVLM / config.json
Jiahao Cheng
Release PathoSynVLM model weights
aa50ff8
Raw
History Blame Contribute Delete
819 Bytes
{
"format_version": 1,
"checkpoint_step": 30400,
"base_llm": "Qwen/Qwen2.5-3B-Instruct",
"llm_kind": "merged",
"llm_path": "llm",
"vision_dim": 768,
"feature_key": "conch_v15",
"patch_level": "5x_512",
"use_wsi_markers": true,
"use_wsi_index_emb": true,
"prompt_style": "double",
"report_target_field": "conclusion",
"report_target_label": "",
"training_config": {
"llm": "Qwen/Qwen2.5-3B-Instruct",
"vision_dim": 768,
"feature_key": "conch_v15",
"patch_level": "5x_512",
"use_wsi_markers": true,
"prompt_style": "double",
"max_text_length": 384,
"max_vision_tokens": 4096,
"vision_token_dropout": 0.0,
"lora_r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,
"lora_target": "q_proj,k_proj,v_proj,o_proj",
"unfreeze_llm_base": true
}
}