An open API service indexing awesome lists of open source software.

https://github.com/cdpierse/transformers-interpret-streamlit

Streamlit demo app to demonstrate the features of transformers interpret with multiple models.
https://github.com/cdpierse/transformers-interpret-streamlit

Last synced: 14 days ago
JSON representation

Streamlit demo app to demonstrate the features of transformers interpret with multiple models.

Awesome Lists containing this project

README

          

# Transformer Interpret Streamlit App

![App GIF](https://i.gyazo.com/842a91085da2c6a9039f12276d00646a.gif)

- Simple streamlit app to demonstrate some of the features of [Transformers Interpret](https://github.com/cdpierse/transformers-interpret).
- View the word attributions of 7+ text classification HuggingFace Transformer models.
- View the attributions w.r.t to any class/label in a model.
- View attributions w.r.t to both word and position embeddings for a model
## Install

`pip install -r requirements.txt `

## Run

`streamlit run app.py`