Upload Owlv2ForObjectDetection
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 768,
|
9 |
+
"text_config": {
|
10 |
+
"hidden_size": 768,
|
11 |
+
"intermediate_size": 3072,
|
12 |
+
"model_type": "owlv2_text_model",
|
13 |
+
"num_attention_heads": 12
|
14 |
+
},
|
15 |
+
"torch_dtype": "float32",
|
16 |
+
"transformers_version": "4.35.0.dev0",
|
17 |
+
"vision_config": {
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"image_size": 1008,
|
20 |
+
"intermediate_size": 4096,
|
21 |
+
"model_type": "owlv2_vision_model",
|
22 |
+
"num_attention_heads": 16,
|
23 |
+
"num_hidden_layers": 24,
|
24 |
+
"patch_size": 14
|
25 |
+
}
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2934e1f32c68b49f62e9b7a415c22080a8bf197c50c6f4408f4a60e21e0be252
|
3 |
+
size 1750647637
|