mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
adding one sentence to make the term "grammar" less abstract
This commit is contained in:
parent
b820db1b4b
commit
17a015c5f3
@ -2,7 +2,7 @@
|
||||
|
||||
## What is Guidance?
|
||||
|
||||
Guidance is a feature that allows users to constrain the generation of a large language model with a specified grammar. This feature is particularly useful when you want to generate text that follows a specific structure or uses a specific set of words or produce output in a specific format.
|
||||
Guidance is a feature that allows users to constrain the generation of a large language model with a specified grammar. This feature is particularly useful when you want to generate text that follows a specific structure or uses a specific set of words or produce output in a specific format. A prominent example is JSON grammar, where the model is forced to output valid JSON.
|
||||
|
||||
## How is it used?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user