Upload processor_config.json with huggingface_hub
Browse files- processor_config.json +2 -2
processor_config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"always_start_with_space": false,
|
| 3 |
"auto_map": {
|
| 4 |
-
"AutoProcessor": "
|
| 5 |
},
|
| 6 |
"default_inference_len": 65,
|
| 7 |
"image_padding_mask": false,
|
| 8 |
"message_format": "role",
|
| 9 |
-
"processor_class": "
|
| 10 |
"prompt_templates": "uber_model",
|
| 11 |
"style": "demo_role",
|
| 12 |
"system_prompt": "demo_or_style",
|
|
|
|
| 1 |
{
|
| 2 |
"always_start_with_space": false,
|
| 3 |
"auto_map": {
|
| 4 |
+
"AutoProcessor": "processing_sprvla.SPRVLAProcessor"
|
| 5 |
},
|
| 6 |
"default_inference_len": 65,
|
| 7 |
"image_padding_mask": false,
|
| 8 |
"message_format": "role",
|
| 9 |
+
"processor_class": "SPRVLAProcessor",
|
| 10 |
"prompt_templates": "uber_model",
|
| 11 |
"style": "demo_role",
|
| 12 |
"system_prompt": "demo_or_style",
|