Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,17 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
short_description: transformer app
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
short_description: transformer app
|
11 |
---
|
12 |
+
# 🧠 Transformer Attention Visualizer
|
13 |
+
|
14 |
+
This app lets you visualize attention maps in transformer models (starting with BERT).
|
15 |
+
|
16 |
+
## 🔍 Features
|
17 |
+
- Attention visualization (last layer, head 1)
|
18 |
+
- Token labels on axes
|
19 |
+
- Supports custom text input
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
|
25 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|