Skip to content

Remove bio_embeddings dependency

Latest
Compare
Choose a tag to compare
@mheinzinger mheinzinger released this 05 Aug 19:45
· 5 commits to main since this release
b10ce20

This release removes the dependency on bio_embeddings.
This speeds-up EAT-based inference via ProtT5 (now default embedder) and removes most of the dependencies.
There is still an BioEmbEmbedder class (currently unused) which shows how embeddings can be again computed via bio_embeddings for backward compatibility and more flexibility on use-cases.