You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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