Baicai003 commited on
Commit
a69d57b
·
1 Parent(s): f69b3f2

Upload clip-vit-base-patch32/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. clip-vit-base-patch32/config.json +21 -0
clip-vit-base-patch32/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-base-patch32",
3
+ "architectures": [
4
+ "CLIPModel"
5
+ ],
6
+ "initializer_factor": 1.0,
7
+ "logit_scale_init_value": 2.6592,
8
+ "model_type": "clip",
9
+ "projection_dim": 512,
10
+ "text_config": {
11
+ "bos_token_id": 0,
12
+ "dropout": 0.0,
13
+ "eos_token_id": 2,
14
+ "model_type": "clip_text_model"
15
+ },
16
+ "transformers_version": "4.36.2",
17
+ "vision_config": {
18
+ "dropout": 0.0,
19
+ "model_type": "clip_vision_model"
20
+ }
21
+ }