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
Ecco currently only runs models using the generate() method. This makes it more geared towards GPT-like models. adding support to running models via call(), and collecting activations/saliency of that run would make it much useful. It opens the door towards supporting MLMs #6.
Ecco currently only runs models using the generate() method. This makes it more geared towards GPT-like models. adding support to running models via call(), and collecting activations/saliency of that run would make it much useful. It opens the door towards supporting MLMs #6.
I am currently working on this in https://github.com/jalammar/ecco/tree/batch-input-activations
The text was updated successfully, but these errors were encountered: