13 |
14 |
18 |
19 |
20 |
21 |
22 |
23 |
Document
24 |
25 |
Render attention weights on hover
26 |
27 |
30 |
33 |
34 |
35 |
36 |
Annotated Clusters
37 |
38 |
39 |
40 |
Predicted Clusters
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/viz/run.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | python -m http.server 6006
4 |
--------------------------------------------------------------------------------