Spaces:
Runtime error
Runtime error
File size: 553 Bytes
fddf3ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Transformer Interpret Streamlit App

- 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`
|