Commit
·
3abf538
1
Parent(s):
c04d0e1
first commit
Browse files- config.json +19 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "base-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": 512,
|
10 |
+
"text_config": {
|
11 |
+
"model_type": "owlv2_text_model"
|
12 |
+
},
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.45.1",
|
15 |
+
"vision_config": {
|
16 |
+
"image_size": 960,
|
17 |
+
"model_type": "owlv2_vision_model"
|
18 |
+
}
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9f5533b4c1c3a8192f694506326b7db1a6760f960dfe7301f412d95a29c91ea
|
3 |
+
size 619918824
|