GeorgeBredis
commited on
Commit
•
11fb132
1
Parent(s):
ceaa2d4
Upload 3 files
Browse filesadd metaclip model with hf weights format
script
https://gist.github.com/Natyren/c7d7889095e8e06df76e8316c2fcf89e
- config.json +19 -0
- metaclip_b32_400m.bin +3 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 512,
|
9 |
+
"text_config": {
|
10 |
+
"heads": 8,
|
11 |
+
"layers": 12,
|
12 |
+
"model_type": "clip_text_model"
|
13 |
+
},
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.34.0",
|
16 |
+
"vision_config": {
|
17 |
+
"model_type": "clip_vision_model"
|
18 |
+
}
|
19 |
+
}
|
metaclip_b32_400m.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c87e9b594770b859030915161106bfd5a3ebf783a23d445996b4b6a90898d527
|
3 |
+
size 605225782
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b5c64e11c9d508e917513685001e52e80efff366d2026a69503ba508d2062b3
|
3 |
+
size 605240770
|