Upload processor
Browse files- preprocessor_config.json +2 -2
- processor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"resample": 2,
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
"size": {
|
25 |
-
"height":
|
26 |
-
"width":
|
27 |
}
|
28 |
}
|
|
|
22 |
"resample": 2,
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
"size": {
|
25 |
+
"height": 32,
|
26 |
+
"width": 32
|
27 |
}
|
28 |
}
|
processor_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
-
"image_seq_length":
|
3 |
"processor_class": "Gemma3Processor"
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"image_seq_length": 64,
|
3 |
"processor_class": "Gemma3Processor"
|
4 |
}
|