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

vicuna-13b weird answer #422

Closed
Y0rkieQvQ opened this issue Apr 14, 2023 · 7 comments
Closed

vicuna-13b weird answer #422

Y0rkieQvQ opened this issue Apr 14, 2023 · 7 comments

Comments

@Y0rkieQvQ
Copy link

When I start vicuna-13B today, after it prints the answer, it starts answering itself each time. Is that normal?Or is this a new feature?
The output with three '#' in front is the sign that it starts to question and answer itself.
It's weird. There's no way to upload a video or you could see this amazing thing.
I asked it in both languages and it came up with this question:
1
2

@Y0rkieQvQ Y0rkieQvQ changed the title vicuna-13b v1.1 奇怪的答案 vicuna-13b weird answer Apr 14, 2023
@phnessu4
Copy link

I have the same problem.

@DearChuck
Copy link

I have the same problem,too

@bash99
Copy link

bash99 commented Apr 14, 2023

Same here

@alan-ai-learner
Copy link

alan-ai-learner commented Apr 14, 2023

@Y0rkieQvQ , see this i was having similar problem, because i was using latest fastchat with vicuna 1.0 model.
You can solve this issue by again generating the vicuna weight using the latest vicuna-delta-v1.1.
See this issue.
#409

  • To be safe side in future , try installing from source with older commit.

@merrymercy
Copy link
Member

Please check out this warning. There are several options to solve this problem

"\nYou are probably using the old Vicuna-v0 model, "
"which will generate unexpected results with the "
"current fschat.\nYou can try one of the following methods:\n"
"1. Upgrade your weights to the new Vicuna-v1.1: https://github.com/lm-sys/FastChat#vicuna-weights.\n"
"2. Use the old conversation template by `python3 -m fastchat.serve.cli --model-path /path/to/vicuna-v0 --conv-template conv_one_shot`\n"
"3. Downgrade fschat to fschat==0.1.10 (Not recommonded).\n")

@chuckhope
Copy link

same problem

@zhisbug
Copy link
Collaborator

zhisbug commented Apr 21, 2023

This is because we did an upgrade on the model weights. Please follow what @merrymercy suggested to upgrade the model weights and fastchat versions.

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

9 participants