-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error occurs for parsing gpt4's response #50
Comments
Similar Error I got,
|
I have also encountered similar problems, whether using llama or gpt4. |
I am also observing similar problems. Sometimes the GPT4 output has:
And Other times the GPT4 output just has:
And I'm not understanding why the same prompt returns inconsistent output text. This is using the example prompt: |
For whatever reason I encounter fewer of these parsing errors using the |
Thanks for sharing your great work.
However, when I run RPG.py, I get an error like below.
NameError: name 'final_split_ratio' is not defined
I've tried changing the regex in mllm.py's get_params_dict function, but gpt4's response is giving me a response that doesn't match it, so I frequently get parsing errors.
like this :
This is also the case with the regional prompt.
If anyone has solved this, please help😭
The text was updated successfully, but these errors were encountered: