Anon Anon commited on
Commit
3b6c755
·
1 Parent(s): 5c61051

Add backup colab notebook in text

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -354,7 +354,9 @@ with demo:
354
  gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
355
  gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
356
 
357
- gr.Markdown("See why this happens how in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4).")
 
 
358
 
359
  gr.Markdown("## Instructions for this Demo")
360
  gr.Markdown("1) Click on one of the examples below (where we sweep through a spectrum of `places`, `dates` and `subreddits`) to pre-populate the input fields.")
 
354
  gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
355
  gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
356
 
357
+ gr.Markdown("See why this happens in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4).")
358
+ gr.Markdown("Note: If there is an issue with the rendering of the results taking longer than expected (more than 10s of seconds), there may be an unexpected issue effecting the hosting. If so, please see this [backup colab notebook](https://colab.research.google.com/drive/1A3a9cy9fERaxkuoX8YNTFhLlhRt_cxMm?usp=sharing).")
359
+
360
 
361
  gr.Markdown("## Instructions for this Demo")
362
  gr.Markdown("1) Click on one of the examples below (where we sweep through a spectrum of `places`, `dates` and `subreddits`) to pre-populate the input fields.")