jalammar / ecco

Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0).
https://ecco.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.96k stars 167 forks source link

Installing Ecco, unable to install in Colab #115

Open SalvatoreRa opened 3 months ago

SalvatoreRa commented 3 months ago

I have tried to run in google Colab the provided notebook, but it is not possible to install

image

Is it this package still maintained?

venturamor commented 2 months ago

Got the same issue.

SalvatoreRa commented 2 months ago

I solved it like this:

!sudo pip install git+https://github.com/SalvatoreRa/ecco

jalammar commented 2 months ago

@SalvatoreRa The repo isn't actively maintained, but would be happy to merge the fix if you submit as a PR