title: Spurious_correlation_evaluation | |
emoji: 💻 | |
colorFrom: yellow | |
colorTo: blue | |
sdk: gradio | |
sdk_version: 3.0.10 | |
app_file: app.py | |
pinned: false | |
To link arXiv paper to this demo, reference below: | |
models: https://huggingface.co/emilylearning/selection-induced-collider-bias | |
# Setup env: | |
``` | |
python3 -m venv venv_sce | |
source venv_sce/bin/activate | |
pip install -r requirements.txt | |
``` | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference | |