Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 413 Bytes

Atten-Scope

This project is a tool for visualizing attention weights in the transformer models. It provides a way to analyze and understand how the model focuses on different parts of the input data.

Installation

To use this tool, you need to have Python installed on your system. You can install the required dependencies by running the following command:

cd Atten-Scope && pip install -e .