maomao88 commited on
Commit
68b0ad3
·
verified ·
1 Parent(s): 77a9363

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Visualize Cross-Attentions and Self-Attentions in Translation (En to Zh)
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: 🕸️ Visualize attentions in translation (EN-ZH)
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