Raise per-image vision soft-token budget from 280 to 1120

#51

Increases the default per-image vision soft-token budget from 280 to 1120 (the maximum supported value) so images are encoded at higher resolution by default. Video budget is unchanged (video_processor.max_soft_tokens = 70); no other values are modified.

Exact changes in this repo:

  • config.json:
    • vision_config.default_output_length: 280 → 1120
    • vision_soft_tokens_per_image: 280 → 1120
  • processor_config.json:
    • image_processor.image_seq_length: 280 → 1120
    • image_processor.max_soft_tokens: 280 → 1120
    • image_seq_length: 280 → 1120
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment