├── .gitignore ├── README.md ├── app.py ├── images └── tight@1920x_transparent.png └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdpierse/transformers-interpret-streamlit/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdpierse/transformers-interpret-streamlit/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdpierse/transformers-interpret-streamlit/HEAD/app.py -------------------------------------------------------------------------------- /images/tight@1920x_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdpierse/transformers-interpret-streamlit/HEAD/images/tight@1920x_transparent.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdpierse/transformers-interpret-streamlit/HEAD/requirements.txt --------------------------------------------------------------------------------