Upload processor
Browse files- tokenizer_config.json +1 -5
tokenizer_config.json
CHANGED
@@ -51334,16 +51334,12 @@
|
|
51334 |
"image_token": "<image_soft_token>"
|
51335 |
},
|
51336 |
"image_token": "<image_soft_token>",
|
51337 |
-
"max_length": null,
|
51338 |
"model_max_length": 1000000000000000019884624838656,
|
51339 |
-
"pad_to_multiple_of": null,
|
51340 |
"pad_token": "<pad>",
|
51341 |
-
"pad_token_type_id": 0,
|
51342 |
-
"padding_side": "left",
|
51343 |
"processor_class": "Gemma3Processor",
|
51344 |
"sp_model_kwargs": null,
|
51345 |
"spaces_between_special_tokens": false,
|
51346 |
-
"tokenizer_class": "
|
51347 |
"unk_token": "<unk>",
|
51348 |
"use_default_system_prompt": false
|
51349 |
}
|
|
|
51334 |
"image_token": "<image_soft_token>"
|
51335 |
},
|
51336 |
"image_token": "<image_soft_token>",
|
|
|
51337 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
51338 |
"pad_token": "<pad>",
|
|
|
|
|
51339 |
"processor_class": "Gemma3Processor",
|
51340 |
"sp_model_kwargs": null,
|
51341 |
"spaces_between_special_tokens": false,
|
51342 |
+
"tokenizer_class": "GemmaTokenizer",
|
51343 |
"unk_token": "<unk>",
|
51344 |
"use_default_system_prompt": false
|
51345 |
}
|