nielsr HF staff commited on
Commit
96a7000
1 Parent(s): 0192eaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ Disclaimer: The team releasing Table Transformer did not write a model card for
10
 
11
  ## Model description
12
 
13
- 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.
14
 
15
  ## Usage
16
 
 
10
 
11
  ## Model description
12
 
13
+ 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.
14
 
15
  ## Usage
16