CoolFace
Modelpublic

hf-tiny-v2/tiny-random-RTDetrModel

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes1kdownloads
config.json138 linesDownload Raw Back to root
1{2  "activation_dropout": 0.0,3  "activation_function": "silu",4  "anchor_image_size": null,5  "architectures": [6    "RTDetrModel"7  ],8  "attention_dropout": 0.0,9  "auxiliary_loss": true,10  "backbone_config": {11    "depths": [12      1,13      1,14      2,15      116    ],17    "downsample_in_bottleneck": false,18    "downsample_in_first_stage": false,19    "embedding_size": 64,20    "embeddings_size": 10,21    "hidden_act": "relu",22    "hidden_sizes": [23      10,24      20,25      30,26      4027    ],28    "layer_type": "bottleneck",29    "model_type": "rt_detr_resnet",30    "num_channels": 3,31    "out_features": [32      "stage2",33      "stage3",34      "stage4"35    ],36    "out_indices": [37      2,38      3,39      440    ],41    "stage_names": [42      "stem",43      "stage1",44      "stage2",45      "stage3",46      "stage4"47    ]48  },49  "batch_norm_eps": 1e-05,50  "box_noise_scale": 1.0,51  "d_model": 32,52  "decoder_activation_function": "relu",53  "decoder_attention_heads": 2,54  "decoder_ffn_dim": 64,55  "decoder_in_channels": [56    32,57    32,58    3259  ],60  "decoder_layers": 2,61  "decoder_n_points": 4,62  "disable_custom_kernels": true,63  "dropout": 0.0,64  "dtype": "float32",65  "encode_proj_layers": [66    267  ],68  "encoder_activation_function": "gelu",69  "encoder_attention_heads": 2,70  "encoder_ffn_dim": 64,71  "encoder_hidden_dim": 32,72  "encoder_in_channels": [73    20,74    30,75    4076  ],77  "encoder_layers": 1,78  "eos_coefficient": 0.0001,79  "eval_size": null,80  "feat_strides": [81    8,82    16,83    3284  ],85  "focal_loss_alpha": 0.75,86  "focal_loss_gamma": 2.0,87  "freeze_backbone_batch_norms": true,88  "hidden_expansion": 1.0,89  "id2label": {90    "0": "LABEL_0",91    "1": "LABEL_1",92    "2": "LABEL_2",93    "3": "LABEL_3",94    "4": "LABEL_4",95    "5": "LABEL_5",96    "6": "LABEL_6",97    "7": "LABEL_7",98    "8": "LABEL_8",99    "9": "LABEL_9"100  },101  "image_size": 64,102  "initializer_bias_prior_prob": null,103  "initializer_range": 0.01,104  "is_encoder_decoder": true,105  "label2id": {106    "LABEL_0": 0,107    "LABEL_1": 1,108    "LABEL_2": 2,109    "LABEL_3": 3,110    "LABEL_4": 4,111    "LABEL_5": 5,112    "LABEL_6": 6,113    "LABEL_7": 7,114    "LABEL_8": 8,115    "LABEL_9": 9116  },117  "label_noise_ratio": 0.5,118  "layer_norm_eps": 1e-05,119  "learn_initial_query": false,120  "matcher_alpha": 0.25,121  "matcher_bbox_cost": 5.0,122  "matcher_class_cost": 2.0,123  "matcher_gamma": 2.0,124  "matcher_giou_cost": 2.0,125  "model_type": "rt_detr",126  "normalize_before": false,127  "num_denoising": 0,128  "num_feature_levels": 3,129  "num_queries": 30,130  "positional_encoding_temperature": 10000,131  "transformers_version": "5.16.0.dev0",132  "use_focal_loss": true,133  "weight_loss_bbox": 5.0,134  "weight_loss_giou": 2.0,135  "weight_loss_vfl": 1.0,136  "with_box_refine": true137}138