Skip to content

Commit

Permalink
Fix ViT-SO400M-14-SigLIP context length
Browse files Browse the repository at this point in the history
According to paper all SigLIP models have context length = 64
  • Loading branch information
shkarupa-alex authored Nov 27, 2024
1 parent 5f83962 commit a5a99d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_clip/model_configs/ViT-SO400M-14-SigLIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"timm_proj": "none"
},
"text_cfg": {
"context_length": 16,
"context_length": 64,
"vocab_size": 32000,
"hf_tokenizer_name": "timm/ViT-B-16-SigLIP",
"tokenizer_kwargs": {
Expand All @@ -27,4 +27,4 @@
"eps": 1e-6
}
}
}
}

0 comments on commit a5a99d0

Please sign in to comment.