Skip to content

Commit 82862ce

Browse files
authored
[RT-DETR] Improve docs (#37814)
Fix docs
1 parent 97e57b2 commit 82862ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/rt_detr/configuration_rt_detr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RTDetrConfig(PretrainedConfig):
2929
This is the configuration class to store the configuration of a [`RTDetrModel`]. It is used to instantiate a
3030
RT-DETR model according to the specified arguments, defining the model architecture. Instantiating a configuration
3131
with the defaults will yield a similar configuration to that of the RT-DETR
32-
[checkpoing/todo](https://huggingface.co/checkpoing/todo) architecture.
32+
[PekingU/rtdetr_r50vd](https://huggingface.co/PekingU/rtdetr_r50vd) architecture.
3333
3434
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
3535
documentation from [`PretrainedConfig`] for more information.

0 commit comments

Comments
 (0)