shibing624 / text2vec

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

向量降维 #149

Closed ann22 closed 5 months ago

ann22 commented 6 months ago

用自己数据训练CoSENT model,训练脚本training_sup_text_matching_model.py,如何在训练过程中对向量降维?

shibing624 commented 6 months ago

readme 有pca降维