zhjohnchan
commited on
Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CheXagentForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
-
"auto_map": {
|
8 |
-
"AutoConfig": "configuration_phi.PhiConfig",
|
9 |
-
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
10 |
-
},
|
11 |
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|
13 |
"eos_token_id": 50256,
|
@@ -35,5 +31,9 @@
|
|
35 |
"output_dim": 2560,
|
36 |
"vision_model_name_or_path": "StanfordAIMI/XraySigLIP__vit-l-16-siglip-384__webli"
|
37 |
},
|
38 |
-
"vocab_size": 51200
|
|
|
|
|
|
|
|
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "StanfordAIMI/CheXagent-2-3b",
|
3 |
"architectures": [
|
4 |
"CheXagentForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
7 |
"bos_token_id": 50256,
|
8 |
"embd_pdrop": 0.0,
|
9 |
"eos_token_id": 50256,
|
|
|
31 |
"output_dim": 2560,
|
32 |
"vision_model_name_or_path": "StanfordAIMI/XraySigLIP__vit-l-16-siglip-384__webli"
|
33 |
},
|
34 |
+
"vocab_size": 51200,
|
35 |
+
"auto_map": {
|
36 |
+
"AutoModelForCausalLM": "modeling_chexagent.CheXagentForCausalLM",
|
37 |
+
"AutoConfig": "configuration_chexagent.CheXagentConfig"
|
38 |
+
}
|
39 |
}
|