返回模型
说明文档
Qdrant/all-MiniLM-L6-v2-onnx
sentence-transformers/all-MiniLM-L6-v2 的 ONNX 端口,用于文本分类和相似度搜索。
使用方法
以下是一个使用 FastEmbed 进行推理的示例。
from fastembed import TextEmbedding
documents = [
"You should stay, study and sprint.",
"History can only prepare us to be surprised yet again.",
]
model = TextEmbedding(model_name="sentence-transformers/all-MiniLM-L6-v2")
embeddings = list(model.embed(documents))
# [
# array([
# 0.00611658, 0.00068912, -0.0203846, ..., -0.01751488, -0.01174267,
# 0.01463472
# ],
# dtype=float32),
# array([
# 0.00173448, -0.00329958, 0.01557874, ..., -0.01473586, 0.0281806,
# -0.00448205
# ],
# dtype=float32)
# ]
Qdrant/all-MiniLM-L6-v2-onnx
作者 Qdrant
sentence-similarity
transformers
↓ 434K
♥ 6
创建时间: 2024-01-16 08:09:23+00:00
更新时间: 2025-06-09 14:05:55+00:00
在 Hugging Face 上查看文件 (8)
.gitattributes
README.md
config.json
model.onnx
ONNX
special_tokens_map.json
tokenizer.json
tokenizer_config.json
vocab.txt