From 7a3e208892c06a5e278144eaf38c8599a42f53e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Gl=C3=B3ria-Silva?= <43959937+dmgcsilva@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:50:54 +0100 Subject: [PATCH] fixed gemma3 collection path pointing to llama 2 collection. (#37899) --- docs/source/en/model_doc/gemma3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/model_doc/gemma3.md b/docs/source/en/model_doc/gemma3.md index ac33f5c1da..f3864012c8 100644 --- a/docs/source/en/model_doc/gemma3.md +++ b/docs/source/en/model_doc/gemma3.md @@ -28,7 +28,7 @@ rendered properly in your Markdown viewer. The instruction-tuned variant was post-trained with knowledge distillation and reinforcement learning. -You can find all the original Gemma 3 checkpoints under the [Gemma 3](https://huggingface.co/collections/meta-llama/llama-2-family-661da1f90a9d678b6f55773b) release. +You can find all the original Gemma 3 checkpoints under the [Gemma 3](https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d) release. > [!TIP] > Click on the Gemma 3 models in the right sidebar for more examples of how to apply Gemma to different vision and language tasks.