diff --git a/articles/gpt-oss/run-colab.ipynb b/articles/gpt-oss/run-colab.ipynb index d3b3a3ff67..4f3d10e9d4 100644 --- a/articles/gpt-oss/run-colab.ipynb +++ b/articles/gpt-oss/run-colab.ipynb @@ -8,7 +8,7 @@ "source": [ "# Run OpenAI gpt-oss 20B in a FREE Google Colab\n", "\n", - "OpenAI released `gpt-oss` [120B](https://hf.co/openai/gpt-oss-120b) and [20B](https://hf.co/openai/gpt-oss-120b). Both models are Apache 2.0 licensed.\n", + "OpenAI released `gpt-oss` [120B](https://hf.co/openai/gpt-oss-120b) and [20B](https://hf.co/openai/gpt-oss-20b). Both models are Apache 2.0 licensed.\n", "\n", "Specifically, `gpt-oss-20b` was made for lower latency and local or specialized use cases (21B parameters with 3.6B active parameters).\n", "\n", @@ -572,7 +572,7 @@ "source": [ "## Try out other prompts and ideas!\n", "\n", - "Check out our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](hf.co/blog/welcome-openai-gpt-oss)" + "Check out our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](https://hf.co/blog/welcome-openai-gpt-oss)" ] } ],