Add model from convert_d_fine_original_pytorch_checkpoint_to_hf.py
Browse files- config.json +4 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
2 |
-
"_attn_implementation_autoset": true,
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "silu",
|
5 |
"anchor_image_size": null,
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"auxiliary_loss": true,
|
8 |
"backbone": null,
|
@@ -298,6 +300,7 @@
|
|
298 |
"positional_encoding_temperature": 10000,
|
299 |
"reg_scale": 4.0,
|
300 |
"top_prob_values": 4,
|
|
|
301 |
"transformers_version": "4.50.0.dev0",
|
302 |
"use_focal_loss": true,
|
303 |
"use_pretrained_backbone": false,
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "silu",
|
4 |
"anchor_image_size": null,
|
5 |
+
"architectures": [
|
6 |
+
"DFineForObjectDetection"
|
7 |
+
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": true,
|
10 |
"backbone": null,
|
|
|
300 |
"positional_encoding_temperature": 10000,
|
301 |
"reg_scale": 4.0,
|
302 |
"top_prob_values": 4,
|
303 |
+
"torch_dtype": "float32",
|
304 |
"transformers_version": "4.50.0.dev0",
|
305 |
"use_focal_loss": true,
|
306 |
"use_pretrained_backbone": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a144baff3a27bfd538fe37b11fa8d4fca5744b8c054b5301e7c699a1379cd18f
|
3 |
+
size 41497620
|