Skip to content

v0.0.14

Compare
Choose a tag to compare
@jalammar jalammar released this 25 Feb 09:54
· 144 commits to main since this release
e3e43c8
  • Adds a documentation portal
  • LM now has a call() function so MLMs like BERT can be supported (without requiring text generation). Closes #18
    call() and other functions now all support a batch dimension. The exception is "generate" which works on a single input sequence and not a batch. Closes #19
  • Set up ground-work towards #6. BERT is now supported for activation collection and an earlier version of NMF factorization. EccoJS needs to clean up partial token characters like (##). Or, better yet, eccojs should remain dumb and we give it the tokens cleaned up and it only worries about displaying them.
  • Part of the groundwork to support additional models is the model-config.yml file which should lay out how to connect ecco.LM with the underlying language model