Upload model
Browse files- README.md +1 -1
- config.json +33 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -4,4 +4,4 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 7 |
-
---
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 7 |
+
---
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/ibex/project/c2280/research/open_clip/clip_ckpt/clip_epoch_40_vit_l_14",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CLIPModel"
|
| 5 |
+
],
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"logit_scale_init_value": 2.6592,
|
| 8 |
+
"model_type": "clip",
|
| 9 |
+
"projection_dim": 768,
|
| 10 |
+
"text_config": {
|
| 11 |
+
"dropout": 0.0,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"model_type": "clip_text_model",
|
| 15 |
+
"num_attention_heads": 12,
|
| 16 |
+
"projection_dim": 768,
|
| 17 |
+
"torch_dtype": "float32"
|
| 18 |
+
},
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
+
"transformers_version": "4.49.0",
|
| 21 |
+
"vision_config": {
|
| 22 |
+
"dropout": 0.0,
|
| 23 |
+
"hidden_size": 1024,
|
| 24 |
+
"intermediate_size": 4096,
|
| 25 |
+
"model_type": "clip_vision_model",
|
| 26 |
+
"num_attention_heads": 16,
|
| 27 |
+
"num_channels": 6,
|
| 28 |
+
"num_hidden_layers": 24,
|
| 29 |
+
"patch_size": 14,
|
| 30 |
+
"projection_dim": 768,
|
| 31 |
+
"torch_dtype": "float32"
|
| 32 |
+
}
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcc8e3edb412a7f07a5e09c27532c3724c9f0bd7be167001eac22423a593a42e
|
| 3 |
+
size 1712946164
|