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

Wrong and random answers for question: How many 'R's are in the word strawberry? #5

Closed
dibu28 opened this issue Sep 18, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dibu28
Copy link

dibu28 commented Sep 18, 2024

Wrong and random answers for question: "How many 'R's are in the word strawberry?"

Using model llama3.1 8B in ollama on Windows 11.

Model always gives different answers like 2 or 4. only sometimes it gives correct 3.

image

@tcsenpai
Copy link
Owner

I think is either a LLM limitation or a prompting issues. I'll further test this with the same model/provider as llama3.1 8B should indeed be able to do it

@tcsenpai tcsenpai self-assigned this Sep 18, 2024
@tcsenpai tcsenpai added enhancement New feature or request help wanted Extra attention is needed labels Sep 18, 2024
@tcsenpai
Copy link
Owner

This should now be way better. Unfortunately, LLMs are unpredictable in their results but the current iteration should be way better. Can you confirm this @dibu28 ?

@dibu28
Copy link
Author

dibu28 commented Sep 18, 2024

Pulled changes. Tried 5 times but the result allways the same 2 letters:
And also error with title appears sometimes.

image

@tcsenpai
Copy link
Owner

I'll keep this open and try to fix it from a prompt point of view. If you manage to, feel free to push a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants