From 3be028bc9d4b2cce9539b940f17052f333284684 Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:26:52 -0800 Subject: [PATCH] Embed circle packing chart for model summary (#20791) * embed circle packing chart * trim whitespace from bottom * explain bubble sizes --- docs/source/en/model_summary.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/en/model_summary.mdx b/docs/source/en/model_summary.mdx index 6b267fb201..b9799ab591 100644 --- a/docs/source/en/model_summary.mdx +++ b/docs/source/en/model_summary.mdx @@ -12,7 +12,12 @@ specific language governing permissions and limitations under the License. # Summary of the models -This is a summary of the models available in 🤗 Transformers. It assumes you’re familiar with the original [transformer +This is a summary of the most downloaded models in 🤗 Transformers. Click on the large outermost bubble of each pretrained model category (encoder, decoder, encoder-decoder) to zoom in and out to see the most popular models within a modality. The size of each bubble corresponds to the number of downloads of each model. + + + +It assumes you're familiar with the original [transformer model](https://arxiv.org/abs/1706.03762). For a gentle introduction check the [annotated transformer](http://nlp.seas.harvard.edu/2018/04/03/attention.html). Here we focus on the high-level differences between the models. You can check them more in detail in their respective documentation. Also check out [the Model Hub](https://huggingface.co/models) where you can filter the checkpoints by model architecture.