Spaces:
Running
Running
emilylearning
commited on
Commit
•
a46f7eb
1
Parent(s):
1ec4201
fix url
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with demo:
|
|
211 |
input_texts = gr.Variable([])
|
212 |
gr.Markdown("**Detect Task Specification at Inference-time.**")
|
213 |
gr.Markdown("""This method exploits the specification-induced spurious correlations demonstrated in this
|
214 |
-
[Spurious Correlations Hugging Face Space](https://huggingface.co/spaces/
|
215 |
For this method, well-specified tasks should have a lower specification metric value, and unspecified tasks should have a higher specification metric value.
|
216 |
""")
|
217 |
|
|
|
211 |
input_texts = gr.Variable([])
|
212 |
gr.Markdown("**Detect Task Specification at Inference-time.**")
|
213 |
gr.Markdown("""This method exploits the specification-induced spurious correlations demonstrated in this
|
214 |
+
[Spurious Correlations Hugging Face Space](https://huggingface.co/spaces/emilylearning/spurious_correlation_evaluation) to detect task specification at inference-time.
|
215 |
For this method, well-specified tasks should have a lower specification metric value, and unspecified tasks should have a higher specification metric value.
|
216 |
""")
|
217 |
|