From 43a43fdfbca2447bd044e96842181436b4d58f50 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 30 Apr 2024 13:27:25 -0400 Subject: [PATCH] fix: improve image for dark and light mode --- docs/source/conceptual/guidance.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.