[email protected]
commited on
Commit
•
d451347
1
Parent(s):
a65b4a2
- config.json +1 -1
- preprocessor_config.json +5 -0
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"Kosmos2_5ForConditionalGeneration"
|
4 |
],
|
5 |
"latent_query_num": 2048,
|
6 |
-
"model_type": "
|
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 |
+
|