Skip to content

Commit

Permalink
fix llava config (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 authored Mar 7, 2025
1 parent 6014bcc commit c5c68c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/data_juicer_recipes/llava-pretrain-refine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ process:
max_ratio: 3.0 # the max aspect ratio of filter range
any_or_all: any # keep this sample when any/all images meet the filter condition
- image_shape_filter: #533966 # filter samples according to the widths and heights of images in them
max_width: 727.8798422276 # the max width of width filter range
max_height: 606.2421072264 # the max height of height filter range
max_width: 727 # the max width of width filter range
max_height: 606 # the max height of height filter range
any_or_all: any # keep this sample when any/all images meet the filter condition
- image_size_filter: # 533966 # filter samples according to the size of images (in bytes) within them
max_size: "124KB" # the max size of filter range
Expand Down

0 comments on commit c5c68c6

Please sign in to comment.