kirp@umich.edu commited on
Commit
d451347
1 Parent(s): a65b4a2
Files changed (2) hide show
  1. config.json +1 -1
  2. preprocessor_config.json +5 -0
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "Kosmos2_5ForConditionalGeneration"
4
  ],
5
  "latent_query_num": 2048,
6
- "model_type": "KOSMOS-2.5",
7
  "text_config": {
8
  "_name_or_path": "",
9
  "activation_dropout": 0.0,
 
3
  "Kosmos2_5ForConditionalGeneration"
4
  ],
5
  "latent_query_num": 2048,
6
+ "model_type": "kosmos-2.5",
7
  "text_config": {
8
  "_name_or_path": "",
9
  "activation_dropout": 0.0,
preprocessor_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "image_processor_type": "Kosmos2_5ImageProcessor",
3
+ "processor_class": "Kosmos2_5Processor"
4
+ }
5
+