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

BUG: GTE-qwen2 Embedding Dimension error #2565

Merged
merged 6 commits into from
Nov 21, 2024
Merged

Conversation

cyhasuka
Copy link
Contributor

@cyhasuka cyhasuka commented Nov 21, 2024

According to the description within the link below, Embedding Dimension should be 3584.
Ref: https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct

Fixes #2546 .

@XprobeBot XprobeBot added the bug Something isn't working label Nov 21, 2024
@XprobeBot XprobeBot added this to the v0.16 milestone Nov 21, 2024
@qinxuye qinxuye changed the title BUG: Embedding Dimension error BUG: GTE-qwen2 Embedding Dimension error Nov 21, 2024
Copy link
Contributor

@qinxuye qinxuye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qinxuye qinxuye merged commit a49c1a6 into xorbitsai:main Nov 21, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

Qwen2的hidden size是3584维,所以gte-Qwen2-7B输出的维度也是3584维
3 participants