Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
·
1833f1b
1
Parent(s):
d6ba55e
Add references
Browse files
app.py
CHANGED
@@ -151,5 +151,8 @@ with demo_tabs:
|
|
151 |
|
152 |
---
|
153 |
### References
|
|
|
|
|
|
|
154 |
""")
|
155 |
demo_tabs.launch(show_error=True)
|
|
|
151 |
|
152 |
---
|
153 |
### References
|
154 |
+
\[1\]: Chefer, H., Gur, S., & Wolf, L. (2021). Generic attention-model explainability for interpreting bi-modal and encoder-decoder transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision (pp. 397-406).
|
155 |
+
\[2\]: Abnar, S., & Zuidema, W. (2020). Quantifying attention flow in transformers. arXiv preprint arXiv:2005.00928.
|
156 |
+
\[3\]: https://samiraabnar.github.io/articles/2020-04/attention_flow
|
157 |
""")
|
158 |
demo_tabs.launch(show_error=True)
|