返回模型
说明文档
intfloat/multilingual-e5-large 的 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="intfloat/multilingual-e5-large")
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/multilingual-e5-large-onnx
作者 Qdrant
sentence-similarity
transformers
↓ 249.8K
♥ 3
创建时间: 2024-01-16 08:10:48+00:00
更新时间: 2024-07-15 12:53:04+00:00
在 Hugging Face 上查看文件 (9)
.gitattributes
README.md
config.json
model.onnx
ONNX
model.onnx_data
sentencepiece.bpe.model
special_tokens_map.json
tokenizer.json
tokenizer_config.json