Replies: 8 comments 2 replies
-
We have this figure in our paper: What metrics would you find interesting? |
Beta Was this translation helpful? Give feedback.
-
Similar features from the table would be nice. For example does it support token healing, json decoding, what types of constraints are available etc. |
Beta Was this translation helpful? Give feedback.
-
Does outlines choses the top token (after considering the template constraints) from logits when sampling and therefore is only doing one inference call, even if the provided template combines standard text with generated text multiple times? If I'm not mistaken, guidance will make a new inference call each time it hits a generative command within the template. |
Beta Was this translation helpful? Give feedback.
-
Does outlines support the token healing mentioned in Guidance? |
Beta Was this translation helpful? Give feedback.
-
Here's my short summary from playing with these all recently:
|
Beta Was this translation helpful? Give feedback.
-
Sounds like a good feature request! If you don't mind, create an issue and we can determine how it can meet these/your needs. We have a lot of big improvements and features in the pipeline, so it would be good to map this all out sooner than later. |
Beta Was this translation helpful? Give feedback.
-
@freckletonj Would you like to elaborate on your |
Beta Was this translation helpful? Give feedback.
-
Aside from the prompt construction features, Presently, the library provides tools for the even broader task of (deterministic) CFG-guided generation and we plan to roll out a much more convenient interface for that feature soon. We have a highly efficient approach to this as well. See our technical paper for details. More generally, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the work!
A comparison table with LMQL and Guidance and similar libraries (e.g. like this) would be great. Any possibility for that?
Beta Was this translation helpful? Give feedback.
All reactions