Commit
·
38e794d
1
Parent(s):
347dc63
Upload 3 files
Browse files- config.json +25 -0
- metaclip_l14_fullcc2.5b.bin +3 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CLIPModel"
|
| 4 |
+
],
|
| 5 |
+
"initializer_factor": 1.0,
|
| 6 |
+
"logit_scale_init_value": 2.6592,
|
| 7 |
+
"model_type": "clip",
|
| 8 |
+
"projection_dim": 768,
|
| 9 |
+
"text_config": {
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"intermediate_size": 3072,
|
| 12 |
+
"model_type": "clip_text_model",
|
| 13 |
+
"num_attention_heads": 12
|
| 14 |
+
},
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.34.0",
|
| 17 |
+
"vision_config": {
|
| 18 |
+
"hidden_size": 1024,
|
| 19 |
+
"intermediate_size": 4096,
|
| 20 |
+
"model_type": "clip_vision_model",
|
| 21 |
+
"num_attention_heads": 16,
|
| 22 |
+
"num_hidden_layers": 24,
|
| 23 |
+
"patch_size": 14
|
| 24 |
+
}
|
| 25 |
+
}
|
metaclip_l14_fullcc2.5b.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f01485a7d4a0fbc6276f6cb193cd54153cc34547d3e9db35e0e605a0b1c57f5d
|
| 3 |
+
size 1710639574
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50545c1363e9c218bf4ba445af59cc605403be903c912a56089e91459c0f6fe1
|
| 3 |
+
size 1710661442
|