Zero-Shot Image Classification
Transformers
Safetensors
siglip
vision
fancyfeast commited on
Commit
ba5697d
·
verified ·
1 Parent(s): e8e4872

Fix model_max_length

Browse files

Set model_max_length to 64.

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -2008,7 +2008,7 @@
2008
  "model_input_names": [
2009
  "input_ids"
2010
  ],
2011
- "model_max_length": 1000000000000000019884624838656,
2012
  "pad_token": "<pad>",
2013
  "padding_side": "right",
2014
  "processor_class": "SiglipProcessor",
 
2008
  "model_input_names": [
2009
  "input_ids"
2010
  ],
2011
+ "model_max_length": 64,
2012
  "pad_token": "<pad>",
2013
  "padding_side": "right",
2014
  "processor_class": "SiglipProcessor",