8 个月前更新
8 个月前
4f5da3bd944d · 67MB
模型
archbert
·
参数33.2M
·
量化F16
67MB
参数
{"num_ctx":256}
16B
许可证
Apache License Version 2.0, January 2004
11kB
自述文件
注意:此模型需要 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' })