Spaces:
Running
oncpu upgrade
Playing with the wording a bit.
Browse filesAlso not sure I understand the "hidden" .....
app.py
CHANGED
@@ -488,10 +488,12 @@ with gr.Blocks(css="#visualization-window {flex-direction: row-reverse;}") as de
|
|
488 |
with gr.Accordion("About this demo π"):
|
489 |
gr.Markdown("## What's in your dataset?")
|
490 |
gr.Markdown("""
|
491 |
-
Addressing fairness and bias in machine learning models is [more important than ever](https://www.vice.com/en/article/bvm35w/this-tool-lets-anyone-see-the-bias-in-ai-image-generators)!
|
|
|
|
|
492 |
""")
|
493 |
|
494 |
-
gr.Markdown("The `disaggregators` library ([GitHub](https://github.com/huggingface/disaggregators)) provides an interface and a collection of modules to help you disaggregate datasets by
|
495 |
gr.Markdown("""
|
496 |
After tinkering with the demo, you can install π€ Disaggregators with:
|
497 |
```bash
|
488 |
with gr.Accordion("About this demo π"):
|
489 |
gr.Markdown("## What's in your dataset?")
|
490 |
gr.Markdown("""
|
491 |
+
Addressing fairness and bias in machine learning models is [more important than ever](https://www.vice.com/en/article/bvm35w/this-tool-lets-anyone-see-the-bias-in-ai-image-generators)!
|
492 |
+
One form of fairness is equal performance across different groups or features.
|
493 |
+
To measure this, evaluation datasets must be disaggregated across the different groups of interest.
|
494 |
""")
|
495 |
|
496 |
+
gr.Markdown("The `disaggregators` library ([GitHub](https://github.com/huggingface/disaggregators)) provides an interface and a collection of modules to help you disaggregate datasets by different groups. Click through each of the tabs below to see it in action!")
|
497 |
gr.Markdown("""
|
498 |
After tinkering with the demo, you can install π€ Disaggregators with:
|
499 |
```bash
|