jmzzomg commited on
Commit
b266a05
1 Parent(s): a8f5088

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-base-patch32",
3
+ "attention_dropout": 0.0,
4
+ "bos_token_id": 0,
5
+ "dropout": 0.0,
6
+ "eos_token_id": 2,
7
+ "hidden_act": "quick_gelu",
8
+ "hidden_size": 512,
9
+ "initializer_factor": 1.0,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 2048,
12
+ "layer_norm_eps": 1e-05,
13
+ "max_position_embeddings": 77,
14
+ "model_type": "clip_text_model",
15
+ "num_attention_heads": 8,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 1,
18
+ "projection_dim": 512,
19
+ "transformers_version": "4.40.1",
20
+ "vocab_size": 49408
21
+ }