Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Visualize Cross-
|
3 |
emoji: 🕸️
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
@@ -8,13 +8,14 @@ sdk_version: 5.25.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
tags:
|
13 |
-
- translation
|
14 |
- attention
|
15 |
- visualization
|
|
|
16 |
- cross-attention
|
17 |
- self-attention
|
|
|
18 |
- encoder-decoder
|
19 |
---
|
20 |
|
|
|
1 |
---
|
2 |
+
title: Visualize Cross-Attention and Self-Attention in Translation (En to Zh)
|
3 |
emoji: 🕸️
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Attention visualization for translation (EN-ZH)
|
12 |
tags:
|
|
|
13 |
- attention
|
14 |
- visualization
|
15 |
+
- translation
|
16 |
- cross-attention
|
17 |
- self-attention
|
18 |
+
- transformer
|
19 |
- encoder-decoder
|
20 |
---
|
21 |
|