Skip to content

Commit

Permalink
Merge pull request #137 from deepghs/dev/siglip
Browse files Browse the repository at this point in the history
dev(narugo): more test cases for siglip
  • Loading branch information
narugo1992 authored Jan 29, 2025
2 parents 5a407c5 + c74017e commit 44e38ed
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions test/preprocess/transformers/test_siglip.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ class TestPreprocessTransformersSiglip:
'repo_id': [
'Marqo/marqo-ecommerce-embeddings-B',
'ucsahin/TraVisionLM-DPO',
'google/siglip-base-patch16-384',
'google/siglip-base-patch16-512',
'llava-hf/llava-interleave-qwen-0.5b-hf',
'zhumj34/Mipha-3B',
'google/siglip-so400m-patch14-384',
'lmms-lab/llava-onevision-qwen2-72b-ov-sft',
'p1atdev/siglip-tagger-test-3',
'gokaygokay/paligemma-rich-captions',
Expand All @@ -36,6 +33,17 @@ class TestPreprocessTransformersSiglip:
'OpenFace-CQUPT/Human_LLaVA',
'ucsahin/TraVisionLM-base',
'mlx-community/paligemma-3b-mix-448-8bit',
'google/siglip-so400m-patch14-384',
'google/siglip-so400m-patch14-224',
'google/siglip-base-patch16-256-multilingual',
'google/siglip-base-patch16-224',
'google/siglip-so400m-patch16-256-i18n',
'google/siglip-base-patch16-512',
'google/siglip-large-patch16-256',
'google/siglip-base-patch16-384',
'google/siglip-large-patch16-384',
'google/siglip-base-patch16-256'
],
'src_image': [
'png_640.png',
Expand Down

0 comments on commit 44e38ed

Please sign in to comment.