Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -6,6 +6,11 @@
|
|
6 |
],
|
7 |
"latent_query_num": 64,
|
8 |
"model_type": "kosmos-2",
|
|
|
|
|
|
|
|
|
|
|
9 |
"text_config": {
|
10 |
"_name_or_path": "",
|
11 |
"activation_dropout": 0.0,
|
|
|
6 |
],
|
7 |
"latent_query_num": 64,
|
8 |
"model_type": "kosmos-2",
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "configuration.Kosmos2Config",
|
11 |
+
"AutoModel": "modeling.Kosmos2Model",
|
12 |
+
"AutoModelForVision2Seq": "modeling.Kosmos2ForConditionalGeneration"
|
13 |
+
},
|
14 |
"text_config": {
|
15 |
"_name_or_path": "",
|
16 |
"activation_dropout": 0.0,
|