diff --git a/README.md b/README.md index a491f3f..aa0a6bb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Disclaimer: The team releasing Table Transformer did not write a model card for ## Model description -The Table Transformer is equivalent to DETR, a Transformer-based object detection model. Note that the authors decided to use the "normalize before" setting of DETR, which means that layernorm is applied before self- and cross-attention. +The Table Transformer is equivalent to [DETR](https://huggingface.co/docs/transformers/model_doc/detr), a Transformer-based object detection model. Note that the authors decided to use the "normalize before" setting of DETR, which means that layernorm is applied before self- and cross-attention. ## Usage