| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sentence-Transformers 中文信息检索例子
Sentence Transformers是一个多语言、多模态句子向量生成框架,可以根据Huggingface Transformers框架简单地生成句子及文本段落的分布式向量表征。
这个工程的目的是通过训练bi_encoder和cross_encoder实现类似于ms_macro任务的中文数据集信息检索,并搭配定制化的pandas形式的elasticsearch接口使得结果产出(文本、向量)可以方便地序列化。
pip install -r requirements.txt7. 展示 bi_encoder cross_encoder 的推断过程
Distributed under the MIT License. See LICENSE for more information.
svjack - svjackbt@gmail.com ehangzhou@outlook.com
Project Link: https://github.com/svjack/Sbert-ChineseExample
| Back | FazBrowse Home | New Git URL |