Add model from convert_relation_detr_original_pytorch_checkpoint_to_pytorch.py
Browse files- config.json +4 -1
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
-
"_attn_implementation_autoset": true,
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
|
|
|
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"backbone": "swin_large_patch4_window7_224",
|
7 |
"backbone_config": null,
|
@@ -229,6 +231,7 @@
|
|
229 |
"sin_cos_offset": -0.5,
|
230 |
"sin_cos_scale": 6.283185307179586,
|
231 |
"sin_cos_temperature": 10000,
|
|
|
232 |
"transformers_version": "4.47.0.dev0",
|
233 |
"two_stage_binary_cls": false,
|
234 |
"use_pretrained_backbone": false,
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"RelationDetrForObjectDetection"
|
6 |
+
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"backbone": "swin_large_patch4_window7_224",
|
9 |
"backbone_config": null,
|
|
|
231 |
"sin_cos_offset": -0.5,
|
232 |
"sin_cos_scale": 6.283185307179586,
|
233 |
"sin_cos_temperature": 10000,
|
234 |
+
"torch_dtype": "float32",
|
235 |
"transformers_version": "4.47.0.dev0",
|
236 |
"two_stage_binary_cls": false,
|
237 |
"use_pretrained_backbone": false,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d1a93e1e7ae32420deec9ac1a3afde55beea677b23ce1090a481a3ed21df78d
|
3 |
+
size 876075680
|