Update config.json
Browse files- config.json +0 -2
config.json
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"ArlowGPTForCausalLM",
|
4 |
"ArlowGPTForImageTextToText"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_arlow_gpt.ArlowGPTConfig",
|
8 |
-
"AutoModelForCausalLM": "modeling_arlow_gpt.ArlowGPTForCausalLM",
|
9 |
"AutoModelForImageTextToText": "modeling_arlow_gpt.ArlowGPTForImageTextToText"
|
10 |
},
|
11 |
"clip_config": null,
|
|
|
1 |
{
|
2 |
"architectures": [
|
|
|
3 |
"ArlowGPTForImageTextToText"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_arlow_gpt.ArlowGPTConfig",
|
|
|
7 |
"AutoModelForImageTextToText": "modeling_arlow_gpt.ArlowGPTForImageTextToText"
|
8 |
},
|
9 |
"clip_config": null,
|