Unverified Commit 64b6b2b2 authored by Ying Zhang's avatar Ying Zhang Committed by GitHub
Browse files

Update docstring for CLIPConfig (#21066)

Update doc for CLIPConfig
parent 8f796960
......@@ -290,6 +290,7 @@ class CLIPConfig(PretrainedConfig):
>>> configuration = model.config
>>> # We can also initialize a CLIPConfig from a CLIPTextConfig and a CLIPVisionConfig
>>> from transformers import CLIPTextConfig, CLIPVisionConfig
>>> # Initializing a CLIPText and CLIPVision configuration
>>> config_text = CLIPTextConfig()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment