| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ecco-0.0.14-py2.py3-none-any.whl | 2021-02-25 | 76.8 kB | |
| ecco-0.0.14.tar.gz | 2021-02-25 | 55.6 kB | |
| README.md | 2021-02-25 | 781 Bytes | |
| v0.0.14 source code.tar.gz | 2021-02-25 | 1.2 MB | |
| v0.0.14 source code.zip | 2021-02-25 | 1.3 MB | |
| Totals: 5 Items | 2.6 MB | 2 | |
- 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