File size: 278 Bytes
00bba98
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "max_text_length": 77,
  "vocab_size": 49408,
  "text_embed_dim": 768,
  "text_heads": 12,
  "text_layers": 12,
  "text_hidden_act": "quick_gelu",
  "projection_dim": 768,
  "initializer_range": 0.02,
  "initializer_factor": 1.0,
  "init_class": "CLIPTextModel"
}