diff --git a/docs/capabilities/guardrailing.mdx b/docs/capabilities/guardrailing.mdx index 36e1266..8faa777 100644 --- a/docs/capabilities/guardrailing.mdx +++ b/docs/capabilities/guardrailing.mdx @@ -183,8 +183,8 @@ The table below describes the types of content that can be detected in the moder ### Cookbook -Our [moderation cookbook](https://colab.research.google.com/github.com/mistralai/cookbook/tree/main/mistral/moderation/system-level-guardrails.ipynb) provides a concrete example of how to use the Moderation service to implement system level guardrails. -For a more broad view, there is also a more [explorative cookbook](https://colab.research.google.com/github.com/mistralai/cookbook/tree/main/mistral/moderation/moderation-explored.ipynb). +Our [moderation cookbook](https://colab.research.google.com/github/mistralai/cookbook/blob/main/mistral/moderation/system-level-guardrails.ipynb) provides a concrete example of how to use the Moderation service to implement system level guardrails. +For a more broad view, there is also a more [explorative cookbook](https://colab.research.google.com/github/mistralai/cookbook/blob/main/mistral/moderation/moderation-explored.ipynb). ### FAQ Q: What is the distribution of false-positive and false-negative results on the new moderation API models. Specifically, will they be more likely to flag something as harmful when it is not or not flag something that is harmful?