Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MachineLP committed Feb 14, 2021
1 parent 5076c64 commit 0bf81b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Let's [**Run examples**](./EXAMPLES.md) !
| TFIDF | [2](./textmatch/models/text_embedding/tf_idf_sklearn.py) | [test](./tests/models_test/tf_idf_sklearn_test.py) |
| Ngram-TFIDF | [3](./textmatch/models/text_embedding/ngram_tf_idf_sklearn.py) | [test](./tests/models_test/ngram_tf_idf_sklearn_test.py) |
| W2V | [4](./textmatch/models/text_embedding/w2v.py) | [test](./tests/models_test/w2v_test.py) |
| BERT | [5](./textmatch/models/text_embedding/bert_embedding.py) | [BERT-whitening](https://github.com/bojone/BERT-whitening)提升embedding区分度 |
| BERT | [5](./textmatch/models/text_embedding/bert_embedding.py) | [BERT-whitening](https://github.com/bojone/BERT-whitening)校正了BERT出来的句向量的分布,使得计算出来的cos相似度更为合理一些。 |
| ALBERT | [6](./textmatch/models/text_embedding/albert_embedding.py) | [test](./tests/models_test/albert_embedding_test.py) 链接:https://pan.baidu.com/s/1HSVS104iBBOsfw7hXdyqLQ 密码:808k |
| DSSM | | |
| bm25 | [8](./textmatch/models/text_search/bm25.py) | [test](./tests/models_test/bm25_test.py) |
Expand Down

0 comments on commit 0bf81b3

Please sign in to comment.