Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-08-05 | 682 Bytes | |
Version 0.3.10 source code.tar.gz | 2021-08-05 | 964.1 kB | |
Version 0.3.10 source code.zip | 2021-08-05 | 996.4 kB | |
Totals: 3 Items | 2.0 MB | 0 |
- Updated to version 0.3.10
- Support 8 SimCSE models
- Fix the support of scibert (to be compatible with transformers >= 4.0.0)
- Add scripts for reproducing some results in our paper (See this folder)
- Support fast tokenizers in huggingface transformers with
--use_fast_tokenizer
. Notably, you will get different scores because of the difference in the tokenizer implementations (#106). - Fix non-zero recall problem for empty candidate strings (#107).
- Add Turkish BERT Supoort (#108).