Skip to content

Commit 38834a2

Browse files
authored
Add SigLip Api doc to keras-io (#2068)
1 parent a555a48 commit 38834a2

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

scripts/hub_master.py

+40
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,46 @@
16211621
},
16221622
],
16231623
},
1624+
{
1625+
"path": "siglip/",
1626+
"title": "SigLIP",
1627+
"toc": True,
1628+
"children": [
1629+
{
1630+
"path": "siglip_tokenizer",
1631+
"title": "SigLIPTokenizer",
1632+
"generate": [
1633+
"keras_hub.tokenizers.SigLIPTokenizer",
1634+
"keras_hub.tokenizers.SigLIPTokenizer.from_preset",
1635+
],
1636+
},
1637+
{
1638+
"path": "siglip_image_converter",
1639+
"title": "SigLIPImageConverter",
1640+
"generate": [
1641+
"keras_hub.layers.SigLIPImageConverter",
1642+
"keras_hub.layers.SigLIPImageConverter.from_preset",
1643+
],
1644+
},
1645+
{
1646+
"path": "siglip_backbone",
1647+
"title": "SigLIPBackbone model",
1648+
"generate": [
1649+
"keras_hub.models.SigLIPBackbone",
1650+
"keras_hub.models.SigLIPBackbone.from_preset",
1651+
],
1652+
},
1653+
{
1654+
"path": "siglip_preprocessor",
1655+
"title": "SigLIPPreprocessor",
1656+
"generate": [
1657+
"keras_hub.models.SigLIPPreprocessor",
1658+
"keras_hub.models.SigLIPPreprocessor.from_preset",
1659+
"keras_hub.models.SigLIPPreprocessor.tokenizer",
1660+
],
1661+
},
1662+
],
1663+
},
16241664
{
16251665
"path": "stable_diffusion_3/",
16261666
"title": "Stable Diffusion 3",

0 commit comments

Comments
 (0)