AlexWortega
commited on
Commit
•
ac49100
1
Parent(s):
f177fc7
Upload model
Browse files- config.json +31 -0
- pytorch_model-00001-of-00002.bin +3 -0
- pytorch_model-00002-of-00002.bin +3 -0
- pytorch_model.bin.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "clip_mj",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPModel"
|
5 |
+
],
|
6 |
+
"initializer_factor": 1.0,
|
7 |
+
"logit_scale_init_value": 2.6592,
|
8 |
+
"model_type": "clip",
|
9 |
+
"projection_dim": 1280,
|
10 |
+
"text_config": {
|
11 |
+
"dropout": 0.0,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_size": 1280,
|
14 |
+
"intermediate_size": 5120,
|
15 |
+
"model_type": "clip_text_model",
|
16 |
+
"num_attention_heads": 20,
|
17 |
+
"num_hidden_layers": 32
|
18 |
+
},
|
19 |
+
"torch_dtype": "float32",
|
20 |
+
"transformers_version": "4.34.0.dev0",
|
21 |
+
"vision_config": {
|
22 |
+
"dropout": 0.0,
|
23 |
+
"hidden_act": "gelu",
|
24 |
+
"hidden_size": 1664,
|
25 |
+
"intermediate_size": 8192,
|
26 |
+
"model_type": "clip_vision_model",
|
27 |
+
"num_attention_heads": 16,
|
28 |
+
"num_hidden_layers": 48,
|
29 |
+
"patch_size": 14
|
30 |
+
}
|
31 |
+
}
|
pytorch_model-00001-of-00002.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65029049da5ffcd9c93e312e2fc35a51da94af319047ab36698cf69c1d82a5e1
|
3 |
+
size 9990185107
|
pytorch_model-00002-of-00002.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0925bbd340d663830c6d37f2816bc8d5213fa50e08f087a38227dee17f8246fe
|
3 |
+
size 168540471
|
pytorch_model.bin.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|