Skip to content

0.2.7pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@xhluca xhluca released this 29 Dec 01:18
· 5 commits to main since this release
6dfb6ce

What's Changed

Notes

  • The behavior of tokenizers have changed wrt null token. Now, the null token will be added first to the vocab rather than at the end, as the previous approach is inconsistent with the general standard (the "" string should map to 0 in general). However, it is a backward compatible change because the tokenizers should work the same way as before, but expect the tokenizers before 0.2.7 to differ from the tokenizers in 0.2.7 and beyond in the behavior, even though both will work with the retriever object.

Full Changelog: 0.2.6...0.2.7