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

Qwen 2.5 hallucinating #2600

Closed
4 tasks
ChristophHandschuh opened this issue Dec 20, 2024 · 1 comment
Closed
4 tasks

Qwen 2.5 hallucinating #2600

ChristophHandschuh opened this issue Dec 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ChristophHandschuh
Copy link

ChristophHandschuh commented Dec 20, 2024

System Info

v0.15
built engines with docker24.11-trtllm-python-py3

Who can help?

No response

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction

build engines with mentioned docker and started the triton server

Expected behavior

Input: <|im_start|>You are a helpful assistant. Your name is Clemens<|im_end|><|im_start|>user\nWhat is your name?<|im_end|> <|im_start|>assistant

Output: Hey, my name is Clemens. What is your name?

or something like that

actual behavior

Input: <|im_start|>You are a helpful assistant. Your name is Clemens<|im_end|><|im_start|>user\nWhat is your name?<|im_end|> <|im_start|>assistant

Output: Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens Clemens

additional notes

used Qwen 2.5 14B 8 Bit quant, works on LlamaCpp perfectly fine. Used the default settings from TensorRT

@ChristophHandschuh ChristophHandschuh added the bug Something isn't working label Dec 20, 2024
@ChristophHandschuh ChristophHandschuh changed the title Qwen 2.5 halluzinating Qwen 2.5 hallucinating Dec 20, 2024
@ChristophHandschuh
Copy link
Author

Qwen2.5-Instruct performs well, but Qwen2.5-Chat exhibits hallucination issues. The problem likely lies with the model itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant