From 1485bd9c027bced10df2c93fa87bcb7918e52a08 Mon Sep 17 00:00:00 2001 From: Alara Dirik <8944735+alaradirik@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:41:48 +0300 Subject: [PATCH] Fix typo in Align docs (#22199) Fix align docs typo --- docs/source/en/model_doc/align.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/align.mdx b/docs/source/en/model_doc/align.mdx index 043de683c1..159c3b2a0d 100644 --- a/docs/source/en/model_doc/align.mdx +++ b/docs/source/en/model_doc/align.mdx @@ -59,7 +59,7 @@ The original code is not released, this implementation is based on the Kakao Bra A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with ALIGN. -- A blog post on [ALIGN and the COYO-700M dataset](https://huggingface.co/blog). +- A blog post on [ALIGN and the COYO-700M dataset](https://huggingface.co/blog/vit-align). - A zero-shot image classification [demo](https://huggingface.co/spaces/adirik/ALIGN-zero-shot-image-classification). - [Model card](https://huggingface.co/kakaobrain/align-base) of `kakaobrain/align-base` model.