diff --git a/docs/source/model_doc/segformer.mdx b/docs/source/model_doc/segformer.mdx index 04e1d3bc02..9406891ef3 100644 --- a/docs/source/model_doc/segformer.mdx +++ b/docs/source/model_doc/segformer.mdx @@ -67,6 +67,7 @@ Tips: - As most models, SegFormer comes in different sizes, the details of which can be found in the table below. | **Model variant** | **Depths** | **Hidden sizes** | **Decoder hidden size** | **Params (M)** | **ImageNet-1k Top 1** | +| :---------------: | ------------- | ------------------- | :---------------------: | :------------: | :-------------------: | | MiT-b0 | [2, 2, 2, 2] | [32, 64, 160, 256] | 256 | 3.7 | 70.5 | | MiT-b1 | [2, 2, 2, 2] | [64, 128, 320, 512] | 256 | 14.0 | 78.7 | | MiT-b2 | [3, 4, 6, 3] | [64, 128, 320, 512] | 768 | 25.4 | 81.6 |