更新于 4 个月前
4 个月前
ba13c2e06707 · 563MB
model
架构bert
·
参数277M
·
量化F16
563MB
params
{ "num_ctx": 128 }
16B
license
Apache License Version 2.0, January 2004
11kB
自述文件
这是一个句子转换器模型:它将句子和段落映射到 768 维密集向量空间,可用于聚类或语义搜索等任务。
Sentence-BERT: 使用 Siamese BERT 网络的句子嵌入
@inproceedings{reimers-2019-sentence-bert,
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
author = "Reimers, Nils and Gurevych, Iryna",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
month = "11",
year = "2019",
publisher = "Association for Computational Linguistics",
url = "http://arxiv.org/abs/1908.10084",
}