From caa54d4a13cceba1f90f6a3d7cece8a7d492d026 Mon Sep 17 00:00:00 2001 From: nateraw Date: Tue, 13 Dec 2022 14:12:13 -0500 Subject: [PATCH] :memo: update number of pretrained models --- hfdocs/source/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfdocs/source/index.mdx b/hfdocs/source/index.mdx index e6b43ec7..cffa5693 100644 --- a/hfdocs/source/index.mdx +++ b/hfdocs/source/index.mdx @@ -4,7 +4,7 @@ `timm` is a library containing SOTA computer vision models, layers, utilities, optimizers, schedulers, data-loaders, augmentations, and training/evaluation scripts. -It comes packaged with >100 pretrained models, and is designed to be flexible and easy to use. +It comes packaged with >700 pretrained models, and is designed to be flexible and easy to use. Read the [quick start guide](quickstart) to get up and running with the `timm` library. You will learn how to load, discover, and use pretrained models included in the library.