zhjohnchan
commited on
Commit
•
12c689d
1
Parent(s):
71fc32b
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -48,6 +48,7 @@
|
|
48 |
"num_hidden_layers": 40
|
49 |
},
|
50 |
"auto_map": {
|
51 |
-
"AutoModelForCausalLM": "modeling_chexagent.CheXagentForConditionalGeneration"
|
|
|
52 |
}
|
53 |
}
|
|
|
48 |
"num_hidden_layers": 40
|
49 |
},
|
50 |
"auto_map": {
|
51 |
+
"AutoModelForCausalLM": "modeling_chexagent.CheXagentForConditionalGeneration",
|
52 |
+
"AutoConfig": "configuration_chexagent.CheXagentConfig"
|
53 |
}
|
54 |
}
|