在非常大的句子级数据集上嵌入模型。

嵌入 22m 33m

121.7K 6 个月前

自述文件

注意:此模型需要 Ollama 0.1.26 或更高版本。 点击此处下载。它只能用于生成嵌入。

该项目旨在使用自监督对比学习目标在非常大的句子级数据集上训练句子嵌入模型。

用法

REST API

curl https://127.0.0.1:11434/api/embeddings -d '{
  "model": "all-minilm",
  "prompt": "The sky is blue because of Rayleigh scattering"
}'

Python 库

ollama.embeddings(model='all-minilm', prompt='The sky is blue because of Rayleigh scattering')

Javascript 库

ollama.embeddings({ model: 'all-minilm', prompt: 'The sky is blue because of Rayleigh scattering' })

参考资料

HuggingFace

网站