Upload 2 files
Browse files- config.json +21 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"eos_token_id": 1,
|
| 11 |
+
"model_type": "clip_text_model",
|
| 12 |
+
"pad_token_id": 0,
|
| 13 |
+
"vocab_size": 32100
|
| 14 |
+
},
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.37.2",
|
| 17 |
+
"vision_config": {
|
| 18 |
+
"model_type": "clip_vision_model",
|
| 19 |
+
"patch_size": 16
|
| 20 |
+
}
|
| 21 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5235abbf1ce4b28315aec5ea284b4f2c41b7e94b8bfeb224d27da94a467437b8
|
| 3 |
+
size 563083500
|