ando55 commited on
Commit
1f9cf59
·
verified ·
1 Parent(s): e66d7bb

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +17 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +16 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "clip_vision_model",
3
+ "architectures": ["CLIPVisionModel"],
4
+ "hidden_size": 768,
5
+ "intermediate_size": 3072,
6
+ "num_hidden_layers": 12,
7
+ "num_attention_heads": 12,
8
+ "image_size": 224,
9
+ "patch_size": 16,
10
+ "num_channels": 3,
11
+ "hidden_act": "gelu",
12
+ "layer_norm_eps": 1e-12,
13
+ "dropout": 0.0,
14
+ "attention_dropout": 0.0,
15
+ "initializer_range": 0.02,
16
+ "initializer_factor": 1.0
17
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83df9d81e34570ad40e5357e19905b0de0fd101b4a9e2278827db1b8b13b5b4e
3
+ size 343221512
preprocessor_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [
5
+ 0.5,
6
+ 0.5,
7
+ 0.5
8
+ ],
9
+ "image_std": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "size": 224
15
+ }
16
+