meg HF staff commited on
Commit
04a841b
β€’
1 Parent(s): cb88c3c

Playing with the wording a bit.

Browse files

Also not sure I understand the "hidden" .....

Files changed (1) hide show
  1. app.py +4 -2
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)! One contributor to disparate performance is an imbalanced training dataset. Social biases will affect dataset curation, but that's difficult to investigate without specific features to disaggregate for subpopulations. However, even though a dataset might not have these as _explicit_ features, these characteristics may still be hidden in the data.
 
 
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 their hidden features. Click through each of the tabs below to see it in action!")
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