-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
以0.6B向量生成模型为例:
参考:https://modelscope.cn/models/Qwen/Qwen3-Embedding-0.6B/summary
docker run -p 8080:80 -v hf_cache:/data --pull always ghcr.io/huggingface/text-embeddings-inference:1.7.2 --model-id Qwen/Qwen3-Embedding-0.6B
inputs为"hello"
结果相差太大了,
Docker:
[-0.0214787364773,-0.32268136214761,-0.00709057082745,0.0681453923416,.....]
sentence-transformers:
[
-0.0187803003937006,
-0.02243664301931858,
-0.01279719639569521,
-0.041881732642650604,
....]
@g0t4 @pedramr @hzhwcmhf @erjanmx @huybery
辛苦帮忙看下,谢谢
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels