Sentence

无依赖安装sentence-transformers

安装 pip install --no-cache-dir torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html pip install transformers tqdm numpy scikit-learn ......

001Sentence Smash(8kyu)from codewars

Sentence Smash(8kyu) Write a function that takes an array of words and smashes them together into a sentence and returns the sentence.You can ignore a ......
Sentence codewars Smash 8kyu from

[论文速览] SimCSE@ Simple Contrastive Learning of Sentence Embeddings

Pre title: SimCSE: Simple Contrastive Learning of Sentence Embeddings accepted: EMNLP 2021 paper: https://arxiv.org/abs/2104.08821 code: https://githu ......

Temporally Grounding Natural Sentence in Video

Temporally Grounding Natural Sentence in Video 摘要:我们引入了一种有效且高效的方法,可以在长的、未修剪的视频序列中建立(即本地化)自然句子。 具体来说,提出了一种新颖的时间地面网络(TGN)来暂时捕获视频和句子之间不断变化的细粒度逐字交互。 TGN 基 ......
Temporally Grounding Sentence Natural Video

2023-01-01-one-wisdom-sentence-released

layout: post title: One wisdom sentence released updated: 2023-04-08 category: posts source: https://github.com/bGZo/blog/issues/11 number: 11 2023 新年 ......

2023-01-01-one-wisdom-sentence-released

layout: post title: One wisdom sentence released updated: 2023-04-08 category: posts source: https://github.com/bGZo/blog/issues/11 number: 11 2023 新年 ......

Linux环境下sentence-transformers 之 all-MiniLM-L6-v2模型安装与使用

好记性不如烂笔头系列 一、背景: 1、之前使用chatgpt接口生成embeddings的向量维度为1536维,数据库中占用较大,所以找寻低维度的向量生成方法,减少数据占用 2、在huggingface上发现all-mpnet-base-v2及all-MiniLM-L6-v2两个模型不错,前者会生成 ......

NLP文本匹配任务Text Matching 有监督训练:PointWise(单塔)、DSSM(双塔)、Sentence BERT(双塔)项目实践

NLP文本匹配任务Text Matching 有监督训练:PointWise(单塔)、DSSM(双塔)、Sentence BERT(双塔)项目实践 ......
单塔 PointWise Matching Sentence 文本

LEA: Improving Sentence Similarity Robustness to Typos Using Lexical Attention Bias 论文阅读

# LEA: Improving Sentence Similarity Robustness to Typos Using Lexical Attention Bias 论文阅读 KDD 2023 [原文地址](https://arxiv.org/abs/2307.02912) ## Introd ......

sentence-transformers(SBert)中文文本相似度预测(附代码)

sentence-transformers(SBert)中文文本相似度预测(附代码) https://blog.csdn.net/weixin_54218079/article/details/128687878 https://gitee.com/liheng103/sbert-evaluate ......

LLM Sentence Embedding向量化相似性搜索技术初探

一、向量表示对ML/AI的意义 0x1:向量是AI理解世界的通用数据形式 1、向量是多模态高维数据的压缩 当我们见到一个熟悉的人或物的时候,大脑是这样思考的:首先,眼睛中的视杆细胞和视锥细胞记录下光的强度。这些信号传递到位于你大脑后方的视觉皮层,在皮层中数以百万计的神经元以不同的强度被激活。激活信号 ......
相似性 Embedding Sentence 技术 LLM

Debiased Contrastive Learning of Unsupervised Sentence Representations 论文精读

ACL2022-long paper 原文地址 1. 介绍(Introduction) 问题: 由PLM编码得到的句子表示在方向上分布不均匀, 在向量空间中占据一个狭窄的锥形区域, 这在很大程度上限制了它们的表达能力. 已有的解决办法: 对比学习. 对于一个原句, 构造他的正例(语义相似的句子)和负 ......
共12篇  :1/1页 首页上一页1下一页尾页