praeclarumjj3 commited on
Commit
5854fa5
1 Parent(s): 8f610d4
Files changed (1) hide show
  1. config.json +45 -56
config.json CHANGED
@@ -2107,51 +2107,19 @@
2107
  "use_bfloat16": false,
2108
  "window_size": 12
2109
  },
2110
- "decoder_config": {
2111
- "common_stride": 4,
2112
- "conv_dim": 256,
2113
- "decoder_layers": 10,
2114
- "dim_feedforward": 2048,
2115
- "dropout": 0.1,
2116
- "encoder_feedforward_dim": 1024,
2117
- "encoder_layers": 6,
2118
- "enforce_input_proj": false,
2119
- "hidden_dim": 256,
2120
- "mask_dim": 256,
2121
- "norm": "GN",
2122
- "num_heads": 8,
2123
- "pre_norm": false,
2124
- "query_dec_layers": 2,
2125
- "use_task_norm": true
2126
- },
2127
- "general_config": {
2128
- "class_weight": 2.0,
2129
- "contrastive_temperature": 0.07,
2130
- "contrastive_weight": 0.5,
2131
- "deep_supervision": true,
2132
- "dice_weight": 5.0,
2133
- "ignore_value": 255,
2134
- "importance_sample_ratio": 0.75,
2135
- "init_std": 0.02,
2136
- "init_xavier_std": 1.0,
2137
- "is_train": false,
2138
- "layer_norm_eps": 1e-05,
2139
- "mask_weight": 5.0,
2140
- "no_object_weight": 0.1,
2141
- "num_classes": 150,
2142
- "num_queries": 250,
2143
- "output_auxiliary_logits": true,
2144
- "oversample_ratio": 3.0,
2145
- "strides": [
2146
- 4,
2147
- 8,
2148
- 16,
2149
- 32
2150
- ],
2151
- "train_num_points": 12544,
2152
- "use_auxiliary_loss": true
2153
- },
2154
- "hidden_size": 256,
2155
  "id2label": {
2156
  "0": "wall",
2157
  "1": "building",
@@ -2304,6 +2272,8 @@
2304
  "148": "clock",
2305
  "149": "flag"
2306
  },
 
 
2307
  "init_std": 0.02,
2308
  "init_xavier_std": 1.0,
2309
  "label2id": {
@@ -2458,21 +2428,40 @@
2458
  "water": 21,
2459
  "window ": 8
2460
  },
 
 
 
 
2461
  "model_type": "oneformer",
 
 
2462
  "num_attention_heads": 8,
 
2463
  "num_hidden_layers": 10,
 
2464
  "output_attentions": true,
 
2465
  "output_hidden_states": true,
2466
- "text_encoder_config": {
2467
- "max_seq_len": 77,
2468
- "task_seq_len": 77,
2469
- "text_encoder_context_length": 77,
2470
- "text_encoder_n_ctx": 16,
2471
- "text_encoder_num_layers": 6,
2472
- "text_encoder_proj_layers": 2,
2473
- "text_encoder_vocab_size": 49408,
2474
- "text_encoder_width": 256
2475
- },
 
 
 
 
 
 
2476
  "torch_dtype": "float32",
2477
- "transformers_version": null
 
 
 
 
2478
  }
 
2107
  "use_bfloat16": false,
2108
  "window_size": 12
2109
  },
2110
+ "class_weight": 2.0,
2111
+ "common_stride": 4,
2112
+ "contrastive_temperature": 0.07,
2113
+ "contrastive_weight": 0.5,
2114
+ "conv_dim": 256,
2115
+ "decoder_layers": 10,
2116
+ "dice_weight": 5.0,
2117
+ "dim_feedforward": 2048,
2118
+ "dropout": 0.1,
2119
+ "encoder_feedforward_dim": 1024,
2120
+ "encoder_layers": 6,
2121
+ "enforce_input_proj": false,
2122
+ "hidden_dim": 256,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2123
  "id2label": {
2124
  "0": "wall",
2125
  "1": "building",
 
2272
  "148": "clock",
2273
  "149": "flag"
2274
  },
2275
+ "ignore_value": 255,
2276
+ "importance_sample_ratio": 0.75,
2277
  "init_std": 0.02,
2278
  "init_xavier_std": 1.0,
2279
  "label2id": {
 
2428
  "water": 21,
2429
  "window ": 8
2430
  },
2431
+ "layer_norm_eps": 1e-05,
2432
+ "mask_dim": 256,
2433
+ "mask_weight": 5.0,
2434
+ "max_seq_len": 77,
2435
  "model_type": "oneformer",
2436
+ "no_object_weight": 0.1,
2437
+ "norm": "GN",
2438
  "num_attention_heads": 8,
2439
+ "num_classes": 150,
2440
  "num_hidden_layers": 10,
2441
+ "num_queries": 250,
2442
  "output_attentions": true,
2443
+ "output_auxiliary_logits": true,
2444
  "output_hidden_states": true,
2445
+ "oversample_ratio": 3.0,
2446
+ "pre_norm": false,
2447
+ "query_dec_layers": 2,
2448
+ "strides": [
2449
+ 4,
2450
+ 8,
2451
+ 16,
2452
+ 32
2453
+ ],
2454
+ "task_seq_len": 77,
2455
+ "text_encoder_context_length": 77,
2456
+ "text_encoder_n_ctx": 16,
2457
+ "text_encoder_num_layers": 6,
2458
+ "text_encoder_proj_layers": 2,
2459
+ "text_encoder_vocab_size": 49408,
2460
+ "text_encoder_width": 256,
2461
  "torch_dtype": "float32",
2462
+ "train_num_points": 12544,
2463
+ "training": false,
2464
+ "transformers_version": null,
2465
+ "use_auxiliary_loss": true,
2466
+ "use_task_norm": true
2467
  }