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

Models predicting weird characters? #65

Open
fiizii opened this issue Mar 16, 2023 · 3 comments
Open

Models predicting weird characters? #65

fiizii opened this issue Mar 16, 2023 · 3 comments

Comments

@fiizii
Copy link

fiizii commented Mar 16, 2023

image
dont really understand this.
generating with 7b model, seems to append these weird chars to every generation. something im doing wrong or just model issues?

@Nick-Liou
Copy link

I also get similar weird characters (some of them are Greek characters)

εικόνα

@devadk
Copy link

devadk commented Mar 16, 2023

I get completely unusable predictions. Could be a separate issue since I am running it on a Mac M1?

terminal:
exec: /Users/user/llama.cpp/main --seed -1 --threads 4 --n_predict 1000 --model models/7B/ggml-model-q4_0.bin --top_k 40 --top_p 0.9 --temp 0.8 --repeat_last_n 64 --repeat_penalty 1.3 -p "the following is a conversation between a boy and a girl:" in /Users/user/llama.cpp

Screen.Recording.2023-03-15.at.21.42.18.mov

@zeroxoxo
Copy link

Check if your model downloaded properly, it will run without giving errors even if model is corrupted but the results it gives will also be corrupted.

mirroredkube pushed a commit to mirroredkube/dalai that referenced this issue Mar 26, 2023
(cherry picked from commit 7eb2987619feee04c40eff69b604017d09919cb6)
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

4 participants