rajistics's picture
Update README.md
d399bd7
metadata
title: Transformer Interpret Streamlit App
emoji: null
colorFrom: red
colorTo: green
sdk: streamlit
app_file: app.py
pinned: false
license: apache-2.0

Transformer Interpret Streamlit App

App GIF

  • Simple streamlit app to demonstrate some of the features of 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