Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks, Reimers+, UKP-TUDA, EMNLP'19 #462

Open
AkihikoWatanabe opened this issue Jul 29, 2022 · 1 comment

Comments

@AkihikoWatanabe
Copy link
Owner

AkihikoWatanabe commented Jul 29, 2022

https://arxiv.org/abs/1908.10084
https://www.sbert.net/

@AkihikoWatanabe AkihikoWatanabe changed the title Sentence-Transformers Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks, Reimers+, UKP-TUDA, EMNLP'19 Jul 29, 2022
@AkihikoWatanabe
Copy link
Owner Author

AkihikoWatanabe commented Jul 29, 2022

BERTでトークンをembeddingし、mean poolingすることで生成される文ベクトルを、Siamese Networkを使い距離学習(finetune)させたモデル。
image

文/文章のベクトルを事前学習済みのモデルを使って簡単に求められる。
モデルの一覧は下記:https://www.sbert.net/docs/pretrained_models.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant