FriedParrot commited on
Commit
799c008
·
verified ·
1 Parent(s): dc5e11f

Add config file at 2025-10-05 07:06:56

Browse files
Files changed (1) hide show
  1. config.json +21 -19
config.json CHANGED
@@ -20,6 +20,7 @@
20
  "bbox_cost": 5,
21
  "bbox_loss_coefficient": 5,
22
  "class_cost": 1,
 
23
  "d_model": 256,
24
  "decoder_attention_heads": 8,
25
  "decoder_ffn_dim": 2048,
@@ -28,7 +29,6 @@
28
  "dice_loss_coefficient": 1,
29
  "dilation": false,
30
  "dropout": 0.1,
31
- "dtype": "float32",
32
  "encoder_attention_heads": 8,
33
  "encoder_ffn_dim": 2048,
34
  "encoder_layerdrop": 0.0,
@@ -37,37 +37,39 @@
37
  "giou_cost": 2,
38
  "giou_loss_coefficient": 2,
39
  "id2label": {
40
- "0": "LABEL_0",
41
- "1": "LABEL_1",
42
- "2": "LABEL_2",
43
- "3": "LABEL_3",
44
- "4": "LABEL_4",
45
- "5": "LABEL_5",
46
- "6": "LABEL_6",
47
- "7": "LABEL_7",
48
- "8": "LABEL_8"
49
  },
50
  "init_std": 0.02,
51
  "init_xavier_std": 1.0,
52
  "is_encoder_decoder": true,
53
  "label2id": {
54
- "LABEL_0": 0,
55
- "LABEL_1": 1,
56
- "LABEL_2": 2,
57
- "LABEL_3": 3,
58
- "LABEL_4": 4,
59
- "LABEL_5": 5,
60
- "LABEL_6": 6,
61
- "LABEL_7": 7,
62
- "LABEL_8": 8
63
  },
64
  "mask_loss_coefficient": 1,
 
65
  "model_name": "Fish_Segmentation_Model_Fine_Tuning_DETR",
66
  "model_type": "detr",
67
  "num_channels": 3,
68
  "num_hidden_layers": 6,
69
  "num_queries": 100,
70
  "position_embedding_type": "sine",
 
71
  "transformers_version": "4.56.2",
72
  "use_pretrained_backbone": true,
73
  "use_timm_backbone": true
 
20
  "bbox_cost": 5,
21
  "bbox_loss_coefficient": 5,
22
  "class_cost": 1,
23
+ "classifier_dropout": 0.0,
24
  "d_model": 256,
25
  "decoder_attention_heads": 8,
26
  "decoder_ffn_dim": 2048,
 
29
  "dice_loss_coefficient": 1,
30
  "dilation": false,
31
  "dropout": 0.1,
 
32
  "encoder_attention_heads": 8,
33
  "encoder_ffn_dim": 2048,
34
  "encoder_layerdrop": 0.0,
 
37
  "giou_cost": 2,
38
  "giou_loss_coefficient": 2,
39
  "id2label": {
40
+ "0": "Trout",
41
+ "1": "Shrimp",
42
+ "2": "Gilt-Head Bream",
43
+ "3": "Hourse Mackerel",
44
+ "4": "Red Mullet",
45
+ "5": "Striped Red Mullet",
46
+ "6": "Red Sea Bream",
47
+ "7": "Black Sea Sprat",
48
+ "8": "Sea Bass"
49
  },
50
  "init_std": 0.02,
51
  "init_xavier_std": 1.0,
52
  "is_encoder_decoder": true,
53
  "label2id": {
54
+ "Black Sea Sprat": 7,
55
+ "Gilt-Head Bream": 2,
56
+ "Hourse Mackerel": 3,
57
+ "Red Mullet": 4,
58
+ "Red Sea Bream": 6,
59
+ "Sea Bass": 8,
60
+ "Shrimp": 1,
61
+ "Striped Red Mullet": 5,
62
+ "Trout": 0
63
  },
64
  "mask_loss_coefficient": 1,
65
+ "max_position_embeddings": 1024,
66
  "model_name": "Fish_Segmentation_Model_Fine_Tuning_DETR",
67
  "model_type": "detr",
68
  "num_channels": 3,
69
  "num_hidden_layers": 6,
70
  "num_queries": 100,
71
  "position_embedding_type": "sine",
72
+ "scale_embedding": false,
73
  "transformers_version": "4.56.2",
74
  "use_pretrained_backbone": true,
75
  "use_timm_backbone": true