| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.2.4 source code.tar.gz | 2023-09-04 | 2.9 MB | |
| 1.2.4 source code.zip | 2023-09-04 | 3.0 MB | |
| README.md | 2023-09-04 | 1.0 kB | |
| Totals: 3 Items | 5.9 MB | 0 | |
v1.2.4版本
- 实现了BGE微调训练方法 ,支持自定义样本集训练 https://github.com/shibing624/text2vec/blob/master/examples/training_bge_model_mydata.py ;支持构建训练样本集 https://github.com/shibing624/text2vec/blob/master/examples/data/build_zh_bge_dataset.py ;支持使用C-MTEB评估 https://github.com/shibing624/text2vec/blob/master/tests/eval_C-MTEB.py
- 发布了中文匹配模型shibing624/text2vec-bge-large-chinese,用CoSENT方法训练,基于BAAI/bge-large-zh-noinstruct用人工挑选后的中文STS数据集shibing624/nli-zh-all/text2vec-base-chinese-paraphrase-dataset训练得到,并在中文测试集评估相对于原模型效果有提升,相较于原模型在短文本区分度上提升明显。
Full Changelog: https://github.com/shibing624/text2vec/compare/1.2.3...1.2.4