Commit
·
c2cdb04
1
Parent(s):
c04d0e1
first commit
Browse files- config.json +27 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "base-v1_sd",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"OwlViTForObjectDetection"
|
| 5 |
+
],
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"logit_scale_init_value": 2.6592,
|
| 8 |
+
"model_type": "owlvit",
|
| 9 |
+
"projection_dim": 512,
|
| 10 |
+
"text_config": {
|
| 11 |
+
"bos_token_id": 0,
|
| 12 |
+
"dropout": 0.0,
|
| 13 |
+
"eos_token_id": 2,
|
| 14 |
+
"model_type": "owlvit_text_model",
|
| 15 |
+
"pad_token_id": 1
|
| 16 |
+
},
|
| 17 |
+
"text_config_dict": null,
|
| 18 |
+
"torch_dtype": "float32",
|
| 19 |
+
"transformers_version": "4.45.1",
|
| 20 |
+
"vision_config": {
|
| 21 |
+
"dropout": 0.0,
|
| 22 |
+
"max_length": 16,
|
| 23 |
+
"model_type": "owlvit_vision_model",
|
| 24 |
+
"patch_size": 16
|
| 25 |
+
},
|
| 26 |
+
"vision_config_dict": null
|
| 27 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23a926ec6b52623fec7951e8ba0623984ee2dd8174a19641aa80f57585d122ac
|
| 3 |
+
size 611209516
|