Upload Owlv2ForObjectDetection
Browse files- config.json +19 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Owlv2ForObjectDetection"
|
4 |
+
],
|
5 |
+
"initializer_factor": 1.0,
|
6 |
+
"logit_scale_init_value": 2.6592,
|
7 |
+
"model_type": "owlv2",
|
8 |
+
"projection_dim": 512,
|
9 |
+
"text_config": {
|
10 |
+
"model_type": "owlv2_text_model"
|
11 |
+
},
|
12 |
+
"torch_dtype": "float32",
|
13 |
+
"transformers_version": "4.35.0.dev0",
|
14 |
+
"vision_config": {
|
15 |
+
"image_size": 960,
|
16 |
+
"model_type": "owlv2_vision_model",
|
17 |
+
"patch_size": 16
|
18 |
+
}
|
19 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56c7c1adff4a422d9ceba3fc744d8595a29a05ac4714497a9472d1ffc2e7332f
|
3 |
+
size 620006741
|