commit files to HF hub
Browse files- config.json +86 -86
config.json
CHANGED
@@ -1,87 +1,87 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
}
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
|
3 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"DetrForObjectDetection"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auxiliary_loss": false,
|
11 |
+
"backbone": "resnet50",
|
12 |
+
"backbone_config": null,
|
13 |
+
"bbox_cost": 5,
|
14 |
+
"bbox_loss_coefficient": 5,
|
15 |
+
"class_cost": 1,
|
16 |
+
"classifier_dropout": 0.0,
|
17 |
+
"d_model": 256,
|
18 |
+
"decoder_attention_heads": 8,
|
19 |
+
"decoder_ffn_dim": 2048,
|
20 |
+
"decoder_layerdrop": 0.0,
|
21 |
+
"decoder_layers": 6,
|
22 |
+
"dice_loss_coefficient": 1,
|
23 |
+
"dilation": false,
|
24 |
+
"dropout": 0.1,
|
25 |
+
"encoder_attention_heads": 8,
|
26 |
+
"encoder_ffn_dim": 2048,
|
27 |
+
"encoder_layerdrop": 0.0,
|
28 |
+
"encoder_layers": 6,
|
29 |
+
"eos_coefficient": 0.1,
|
30 |
+
"giou_cost": 2,
|
31 |
+
"giou_loss_coefficient": 2,
|
32 |
+
"id2label": {
|
33 |
+
"0": "angel",
|
34 |
+
"1": "daemon",
|
35 |
+
"2": "dark elf",
|
36 |
+
"3": "draenei",
|
37 |
+
"4": "dragon",
|
38 |
+
"5": "dworf",
|
39 |
+
"6": "elf",
|
40 |
+
"7": "human",
|
41 |
+
"8": "mermaid",
|
42 |
+
"9": "naga",
|
43 |
+
"10": "ogr",
|
44 |
+
"11": "ork",
|
45 |
+
"12": "snake",
|
46 |
+
"13": "spaider",
|
47 |
+
"14": "tauren",
|
48 |
+
"15": "trol",
|
49 |
+
"16": "undead",
|
50 |
+
"17": "wolf"
|
51 |
+
},
|
52 |
+
"init_std": 0.02,
|
53 |
+
"init_xavier_std": 1.0,
|
54 |
+
"is_encoder_decoder": true,
|
55 |
+
"label2id": {
|
56 |
+
"angel": 0,
|
57 |
+
"daemon": 1,
|
58 |
+
"dark elf": 2,
|
59 |
+
"draenei": 3,
|
60 |
+
"dragon": 4,
|
61 |
+
"dworf": 5,
|
62 |
+
"elf": 6,
|
63 |
+
"human": 7,
|
64 |
+
"mermaid": 8,
|
65 |
+
"naga": 9,
|
66 |
+
"ogr": 10,
|
67 |
+
"ork": 11,
|
68 |
+
"snake": 12,
|
69 |
+
"spaider": 13,
|
70 |
+
"tauren": 14,
|
71 |
+
"trol": 15,
|
72 |
+
"undead": 16,
|
73 |
+
"wolf": 17
|
74 |
+
},
|
75 |
+
"mask_loss_coefficient": 1,
|
76 |
+
"max_position_embeddings": 1024,
|
77 |
+
"model_type": "detr",
|
78 |
+
"num_channels": 3,
|
79 |
+
"num_hidden_layers": 6,
|
80 |
+
"num_queries": 100,
|
81 |
+
"position_embedding_type": "sine",
|
82 |
+
"scale_embedding": false,
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.7.0.dev0",
|
85 |
+
"use_pretrained_backbone": true,
|
86 |
+
"use_timm_backbone": true
|
87 |
+
}
|