GeorgeBredis
commited on
Commit
•
58148bb
1
Parent(s):
8f98e3e
Upload 2 files
Browse files- config.json +20 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"patch_size": 16
|
19 |
+
}
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64b61182dc83c30181a27f3e6338cf49e87b03f4695fa93403e8c124f4c1dca1
|
3 |
+
size 598614466
|