浏览代码

Correct model card link in llama_guard_customization_via_prompting_and_fine_tuning.ipynb

Thomas Robinson 8 月之前
父节点
当前提交
f6ad82a976

+ 1 - 1
recipes/responsible_ai/llama_guard/llama_guard_customization_via_prompting_and_fine_tuning.ipynb

@@ -21,7 +21,7 @@
     "\n",
     "Llama Guard 3 is a Llama-3.1-8B pretrained model, fine-tuned for content safety classification. Llama Guard 3 builds on the capabilities introduced in Llama Guard 2, adding three new categories: Defamation, Elections, and Code Interpreter Abuse. The new model support 14 categories in total.\n",
     "\n",
-    "This model is multilingual (see [model_card](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama-guard-3)) and additionally introduces a new prompt format, which makes Llama Guard 3’s prompt format consistent with Llama 3+ Instruct models.\n",
+    "This model is multilingual (see [model card](https://github.com/meta-llama/PurpleLlama/blob/main/Llama-Guard3/MODEL_CARD.md)) and additionally introduces a new prompt format, which makes Llama Guard 3’s prompt format consistent with Llama 3+ Instruct models.\n",
     "\n",
     "Sometimes these 14 categories are not sufficient and there will be a need to customize existing policies or creating new policies. This notebooks provides you instruction for how to customize your Llama Guard 3 using the following techniques\n",
     "\n",