sanali209 commited on
Commit
428aa6a
·
1 Parent(s): a3232d9

commit files to HF hub

Browse files
Files changed (1) hide show
  1. config.json +86 -86
config.json CHANGED
@@ -1,87 +1,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": "LABEL_0",
34
- "1": "LABEL_1",
35
- "2": "LABEL_2",
36
- "3": "LABEL_3",
37
- "4": "LABEL_4",
38
- "5": "LABEL_5",
39
- "6": "LABEL_6",
40
- "7": "LABEL_7",
41
- "8": "LABEL_8",
42
- "9": "LABEL_9",
43
- "10": "LABEL_10",
44
- "11": "LABEL_11",
45
- "12": "LABEL_12",
46
- "13": "LABEL_13",
47
- "14": "LABEL_14",
48
- "15": "LABEL_15",
49
- "16": "LABEL_16",
50
- "17": "LABEL_17"
51
- },
52
- "init_std": 0.02,
53
- "init_xavier_std": 1.0,
54
- "is_encoder_decoder": true,
55
- "label2id": {
56
- "LABEL_0": 0,
57
- "LABEL_1": 1,
58
- "LABEL_10": 10,
59
- "LABEL_11": 11,
60
- "LABEL_12": 12,
61
- "LABEL_13": 13,
62
- "LABEL_14": 14,
63
- "LABEL_15": 15,
64
- "LABEL_16": 16,
65
- "LABEL_17": 17,
66
- "LABEL_2": 2,
67
- "LABEL_3": 3,
68
- "LABEL_4": 4,
69
- "LABEL_5": 5,
70
- "LABEL_6": 6,
71
- "LABEL_7": 7,
72
- "LABEL_8": 8,
73
- "LABEL_9": 9
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
- }
 
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
+ }