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

Empty best completions #97

Open
p-ferreira opened this issue Jul 13, 2023 · 0 comments
Open

Empty best completions #97

p-ferreira opened this issue Jul 13, 2023 · 0 comments
Labels
bug Something isn't working low priority

Comments

@p-ferreira
Copy link
Contributor

Currently we have 1% of the best completions on net1 being empty. This happens when all the responses from querying the network is empty. On the bright side, even though one empty completion is selected as the best answer, it rewards to 0.

This can lead to problematic flows like

Prompt:
"""{Prompt content...} 
Question:
Answer: 
Question: 
Answer the question step by step"""


Network response:
"I'm not sure if I understood your question"

One solution to this is to requery the network if all responses are empty for a given threshold and (maybe) raise exception when empty spaces completion threshold is surpassed. Solution TBD

@p-ferreira p-ferreira added bug Something isn't working low priority labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority
Projects
None yet
Development

No branches or pull requests

1 participant