Add model from convert_d_fine_original_pytorch_checkpoint_to_hf.py
Browse files- config.json +4 -1
- model.safetensors +3 -0
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,
|
|
@@ -905,6 +907,7 @@
|
|
| 905 |
"positional_encoding_temperature": 10000,
|
| 906 |
"reg_scale": 4.0,
|
| 907 |
"top_prob_values": 4,
|
|
|
|
| 908 |
"transformers_version": "4.51.0.dev0",
|
| 909 |
"up": 0.5,
|
| 910 |
"use_focal_loss": true,
|
|
|
|
| 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,
|
|
|
|
| 907 |
"positional_encoding_temperature": 10000,
|
| 908 |
"reg_scale": 4.0,
|
| 909 |
"top_prob_values": 4,
|
| 910 |
+
"torch_dtype": "float32",
|
| 911 |
"transformers_version": "4.51.0.dev0",
|
| 912 |
"up": 0.5,
|
| 913 |
"use_focal_loss": true,
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0612b5b23f1438eae4d0eaeca07e0efef0b9e44cb23f14610eb7a563144094e8
|
| 3 |
+
size 80462640
|