Skip to content

v0.2.7 - Beta

Latest
Compare
Choose a tag to compare
@dingo-actual dingo-actual released this 04 May 17:33
· 1 commit to main since this release

YaRN has now been implemented.

Additionally, position embedders are no longer implicitly instantiated through keyword arguments to CompressiveMemory, InfiniTransformer, or MoDInfiniTransformer. Now, the classes RoPEEmbeddings and YaRNEmbeddings are exposed and can be passed to CompressiveMemory, InfiniTransformer, and MoDInfiniTransformer via the position_embedder argument.