Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reducing Number of Prompt Cycles to improve efficiency while not impacting response quality #1

Open
Govind-S-B opened this issue Nov 20, 2023 · 1 comment

Comments

@Govind-S-B
Copy link
Owner

Right now at certain parts , the input is generated via 2 steps . One is the content generation and the other is a formatter which are two steps to just generate a list of items to be rendered on the presentation.

Trying new models and implementing the Grammar functionality from llama.cpp might help with this situation of reducing the number of prompts needed

@Govind-S-B
Copy link
Owner Author

Note : OpenHermes 2.5 mistral is really good at what you specify , need to restructure current prompts entirely if working with openhermes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant