Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viig99/viig99-streamlit-demos

Tool to help Visualize flex attention mod_maps.
https://github.com/viig99/viig99-streamlit-demos

bigbird demo flexattention pytorch streamlit

Last synced: about 2 hours ago
JSON representation

Tool to help Visualize flex attention mod_maps.

Awesome Lists containing this project

README

        

# Flex-Attention Mask Visualization

A Streamlit app to visualize the attention mask of the [Flex-Attention](https://pytorch.org/blog/flexattention/) model.

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://viig99-app-demos-jz7hllm8n2ps6fkkwmotuj.streamlit.app/)

### How to run it on your own machine

1. Install the requirements

```
$ pip install -r requirements.txt
```

2. Run the app

```
$ streamlit run streamlit_app.py
```