ydshieh HF staff commited on
Commit
1cc3f4a
1 Parent(s): 0dce8b2

Update config.json

Browse files
Files changed (1) hide show
  1. 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,