mrsarthakgupta
commited on
Upload 4 files
Browse files- config.json +22 -0
- onnx/vision_model.onnx +3 -0
- onnx/vision_model_fp16.onnx +3 -0
- onnx/vision_model_quantized.onnx +3 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "models_nextmethod/meow_projection/",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPVisionModelWithProjection"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_size": 1024,
|
9 |
+
"image_size": 224,
|
10 |
+
"initializer_factor": 1.0,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4096,
|
13 |
+
"layer_norm_eps": 1e-05,
|
14 |
+
"model_type": "clip_vision_model",
|
15 |
+
"num_attention_heads": 16,
|
16 |
+
"num_channels": 3,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"patch_size": 14,
|
19 |
+
"projection_dim": 512,
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.41.2"
|
22 |
+
}
|
onnx/vision_model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f6294c30b480d13265e903f273f0c20c30640fe3eaf2a1c13814e0c54121f52
|
3 |
+
size 1213340535
|
onnx/vision_model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f6294c30b480d13265e903f273f0c20c30640fe3eaf2a1c13814e0c54121f52
|
3 |
+
size 1213340535
|
onnx/vision_model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f1e09e122af5a5df0f6846b2f846a64c680811deb41f3021377b129f15da70
|
3 |
+
size 305292168
|