samabogbog commited on
Commit
49917a8
·
verified ·
1 Parent(s): 863a1b6

Upload text_encoder_2/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. text_encoder_2/config.json +27 -0
text_encoder_2/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "CLIPTextModelWithProjection"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "clip-text-with-projection",
11
+ "hidden_act": "gelu",
12
+ "hidden_size": 1280,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5120,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "num_attention_heads": 20,
20
+ "num_hidden_layers": 32,
21
+ "output_hidden_states": true,
22
+ "pad_token_id": 1,
23
+ "projection_dim": 1280,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.51.3",
26
+ "vocab_size": 49408
27
+ }