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.98k stars 168 forks source link

Added installation section #55

Closed sugatoray closed 2 years ago

sugatoray commented 2 years ago

This adds installation instruction for pip and conda to the readme and the docs. This PR is representative of the work done (https://github.com/conda-forge/staged-recipes/pull/17388) to make ecco available on conda-forge.

I also added some relevant badges.

GitHub - License PyPI - Latest Package Version PyPI - Supported Python Versions Conda - Platform Conda (channel only) Docs - GitHub.io

Closes #54.

cc: @jalammar