Commit
·
7e95840
1
Parent(s):
dfd4dd8
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ demo = gr.Blocks()
|
|
112 |
with demo:
|
113 |
gr.Markdown(
|
114 |
"""
|
|
|
115 |
## Gradio Demo for [mohsenfayyaz/GlobEnc](https://github.com/mohsenfayyaz/GlobEnc), GlobEnc: Quantifying Global Token Attribution by Incorporating the Whole Encoder Layer in Transformers
|
116 |
""")
|
117 |
inp = [gr.Textbox(),gr.Dropdown(choices=['bert-base-uncased-cls-sst2','bert-large-sst2','electra-base-sst2'])]
|
|
|
112 |
with demo:
|
113 |
gr.Markdown(
|
114 |
"""
|
115 |
+
## Please check out [DecompX](https://huggingface.co/spaces/mohsenfayyaz/DecompX) for a more faithful approach.
|
116 |
## Gradio Demo for [mohsenfayyaz/GlobEnc](https://github.com/mohsenfayyaz/GlobEnc), GlobEnc: Quantifying Global Token Attribution by Incorporating the Whole Encoder Layer in Transformers
|
117 |
""")
|
118 |
inp = [gr.Textbox(),gr.Dropdown(choices=['bert-base-uncased-cls-sst2','bert-large-sst2','electra-base-sst2'])]
|