| { | |
| "architecture": { | |
| "attention_variant": "MHA", | |
| "family": "object_detection", | |
| "is_moe": false, | |
| "positional": "sine", | |
| "view": "enc_dec" | |
| }, | |
| "capabilities": { | |
| "attention_backends": [ | |
| "eager" | |
| ], | |
| "attention_patterns": [ | |
| "bidirectional", | |
| "causal" | |
| ], | |
| "attention_schedule": null, | |
| "task_heads": [ | |
| "image", | |
| "image_segmentation", | |
| "object_detection", | |
| "universal_segmentation" | |
| ], | |
| "tensor_parallel": false | |
| }, | |
| "components": [], | |
| "config": { | |
| "class_name": "DetrConfig", | |
| "model_type": "detr", | |
| "module": "transformers.models.detr.configuration_detr", | |
| "referenced_fields": {}, | |
| "salient_fields": { | |
| "hidden_act": "relu", | |
| "hidden_size": 256, | |
| "intermediate_size": 2048, | |
| "is_encoder_decoder": true, | |
| "num_attention_heads": 8, | |
| "num_hidden_layers": 6 | |
| } | |
| }, | |
| "edges": [], | |
| "extends": null, | |
| "model_type": "detr", | |
| "provenance": { | |
| "config_class": "DetrConfig", | |
| "config_module": "transformers.models.detr.configuration_detr", | |
| "model_class": null, | |
| "model_module": null | |
| }, | |
| "repeats": [], | |
| "schema_version": "architecture-template-v0", | |
| "status": "config_only", | |
| "templates": [], | |
| "warnings": [ | |
| "meta build failed (ImportError): \nTimmBackbone requires the timm library but it was not found in your environment. You can install it with pip:\n`pip install timm`. Please note that you may need to restart your runtime after installat" | |
| ] | |
| } | |