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

Llama2-hf-q40.gguf model got very poor results on lambada_openai tasks, but was fine on other tasks. #1866

Open
intellinjun opened this issue May 21, 2024 · 0 comments

Comments

@intellinjun
Copy link

image
The model used is from HF
The steps for testing are as follows:

  • pip install 'llama-cpp-python[server]'
  • python3 -m llama_cpp.server --model llama-2-7b-chat.Q4_0.gguf --host 0.0.0.0
  • lm_eval --model gguf --tasks lambada_openai --model_args model=local_gguf_model,base_url=http:https://0.0.0.0:8000
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