diff --git a/configs/config_all.yaml b/configs/config_all.yaml index f8fe3c5a5..e73dadac5 100644 --- a/configs/config_all.yaml +++ b/configs/config_all.yaml @@ -111,7 +111,7 @@ process: - clip_similarity_filter: # filter samples according to the similarity between text and images. hf_clip: openai/clip-vit-base-patch32 # name of used Hugging Face clip min_score: 0.1 # the min similarity of filter range - max_socre: 1.0 # the max similarity of filter range + max_score: 1.0 # the max similarity of filter range reduce_mode: avg # reduce mode when one text corresponds to multiple images in a chunk, must be one of ['avg','max', 'min']. any_or_all: any # keep this sample when any/all images meet the filter condition - flagged_words_filter: # filter text with the flagged-word ratio larger than a specific max value