From 7c4682dc08e3964bc6eb2479152c5cdde465a961 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Fri, 5 Aug 2022 17:28:56 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index adb43971..c7f4bee7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Thanks to the following for hardware support: And a big thanks to all GitHub sponsors who helped with some of my costs before I joined Hugging Face. ## What's New +### Aug 5, 2022 +* More custom ConvNeXt smaller model defs with weights + * `convnext_femto` - 77.5 @ 224, 78.7 @ 288 + * `convnext_femto_ols` - 77.9 @ 224, 78.9 @ 288 + * `convnext_pico` - 79.5 @ 224, 80.4 @ 288 + * `convnext_pico_ols` - 79.5 @ 224, 80.5 @ 288 + * `convnext_nano_ols` - 80.9 @ 224, 81.6 @ 288 +* Updated EdgeNeXt to improve ONNX export, add new base variant and weights from original (https://github.com/mmaaz60/EdgeNeXt) ### July 28, 2022 * Add freshly minted DeiT-III Medium (width=512, depth=12, num_heads=8) model weights. Thanks [Hugo Touvron](https://github.com/TouvronHugo)!