shibing624 / text2vec

text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
https://pypi.org/project/text2vec/
Apache License 2.0
4.53k stars 403 forks source link

请问training_unsup_text_matching_model_en是无监督训练吗? #52

Closed logiccao closed 1 year ago

logiccao commented 2 years ago

小白真诚提问, 想使用作者大大的模型无监督fine-turn, 但 看到在 training_unsup_text_matching_model_en.py 里将label2int用于训练计算loss, 这不是无监督吧

shibing624 commented 2 years ago

是无监督。This examples trains CoSENT model with the English NLI dataset, and predict in STS benchmark dataset.

在A模型上监督训练,用于B的预测,在B上评估。