Commit
·
766440d
1
Parent(s):
edc583b
first commit
Browse files- config.json +27 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "large-v2_sd",
|
3 |
+
"architectures": [
|
4 |
+
"Owlv2ForObjectDetection"
|
5 |
+
],
|
6 |
+
"initializer_factor": 1.0,
|
7 |
+
"logit_scale_init_value": 2.6592,
|
8 |
+
"model_type": "owlv2",
|
9 |
+
"projection_dim": 768,
|
10 |
+
"text_config": {
|
11 |
+
"hidden_size": 768,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"model_type": "owlv2_text_model",
|
14 |
+
"num_attention_heads": 12
|
15 |
+
},
|
16 |
+
"torch_dtype": "float32",
|
17 |
+
"transformers_version": "4.45.1",
|
18 |
+
"vision_config": {
|
19 |
+
"hidden_size": 1024,
|
20 |
+
"image_size": 1008,
|
21 |
+
"intermediate_size": 4096,
|
22 |
+
"model_type": "owlv2_vision_model",
|
23 |
+
"num_attention_heads": 16,
|
24 |
+
"num_hidden_layers": 24,
|
25 |
+
"patch_size": 14
|
26 |
+
}
|
27 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3d2dd52832f3f709729f97b2389ea6323dd774c9eb17ba23c485c59eaff56ce
|
3 |
+
size 1750520144
|