diff --git a/docs/source/conceptual/guidance.md b/docs/source/conceptual/guidance.md index 486bd9ef..6cc58594 100644 --- a/docs/source/conceptual/guidance.md +++ b/docs/source/conceptual/guidance.md @@ -23,11 +23,6 @@ However these use cases can span a wide range of applications, such as: - provide reliable and consistent output for downstream tasks - extract data from multimodal inputs -
- -
## How it works? @@ -42,8 +37,13 @@ This process can be broken down into the following steps:
+
4. The grammar mask is applied and the model samples from the remaining tokens. Once a token is chosen, we update the grammar state with the new token, to prepare it for the next pass.